Html Css Color HEX #3F0A52 Blackcurrant

📋 copy color: '#3F0A52'

red 63 ◦ green 10 ◦ blue 82

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

Shades of Blackcurrant #3F0A52

Tints of Blackcurrant #3F0A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

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

R = 40.65%
G = 6.45%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F0A52 (or 0x3F0A52) is known color: Blackcurrant. HEX triplet: 3F, 0A and 52. RGB value is (63,10,82). Sum of RGB (Red+Green+Blue) = 63+10+82=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0A52 is #C0F5AD. Grayscale: #212121. Windows color (decimal): -12645806 or 5376575. OLE color: 5376575.

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

Color convert

RGB 63 10 82 -
CMYK 0.23 0.88 0 0.68
HSL 284.17º 0.78% 0.18% -
HSV(B) 284.17º 0.88% 0.32% -
XYZ 3.68 1.88 8.15 -
YUV 34.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 63 10 82 0.23 0.88 0 0.68 284.17 0.78 0.18
Hex 3F A 52 17 58 0 44 11C 4E 12
Octal 77 12 122 27 130 0 104 434 116 22
Binary 111111 1010 1010010 10111 1011000 0 1000100 100011100 1001110 10010

Color Harmonies of #3F0A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0A52

Black with #3F0A52

Text Example


Text Example

White with #3F0A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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