Html Css Color HEX #3F0352 Blackcurrant

📋 copy color: '#3F0352'

red 63 ◦ green 3 ◦ blue 82

#3F0352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3F0352

Tints of Blackcurrant #3F0352

RGB

 RED value IS 63 (25% from 255) = 42.57%

 GREEN value IS 3 (1.56% from 255) = 2.03%

 BLUE value IS 82 (32.42% from 255) = 55.41%

R = 42.57%
G = 2.03%
B = 55.41%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F0352 (or 0x3F0352) is known color: Blackcurrant. HEX triplet: 3F, 03 and 52. RGB value is (63,3,82). Sum of RGB (Red+Green+Blue) = 63+3+82=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F0352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0352 is #C0FCAD. Grayscale: #1D1D1D. Windows color (decimal): -12647598 or 5374783. OLE color: 5374783.

HSL color Cylindrical-coordinate representation of color #3F0352: hue angle of 285.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0352 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 3 82 -
CMYK 0.23 0.96 0 0.68
HSL 285.57º 0.93% 0.17% -
HSV(B) 285.57º 0.96% 0.32% -
XYZ 3.61 1.73 8.13 -
YUV 29.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 63 3 82 0.23 0.96 0 0.68 285.57 0.93 0.17
Hex 3F 3 52 17 60 0 44 11E 5D 11
Octal 77 3 122 27 140 0 104 436 135 21
Binary 111111 11 1010010 10111 1100000 0 1000100 100011110 1011101 10001

Color Harmonies of #3F0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0352

Black with #3F0352

Text Example


Text Example

White with #3F0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F0352; }

 p { color: rgb(63,3,82); }

 H1.HeaderClassName
 {
   color: #3F0352;
 }
 .AnyTagClassName
 {
   color: #3F0352;
 }
</style>

background-color css

<style>
 a { background-color: #3F0352; }

 a { background-color: rgb(63,3,82); }

 div.DivClassName
 {
   background-color: #3F0352;
 }
 .BgClassName
 {
   background-color: #3F0352;
 }
</style>

border-color css

<style>
 span { border-color: #3F0352; }

 span { border-color: rgb(63,3,82); }

 td.TdClassName
 {
   border-color: #3F0352;
 }
 .TagClassName
 {
   border-color: #3F0352;
 }
</style>