Html Css Color HEX #420D4B Blackcurrant

📋 copy color: '#420D4B'

red 66 ◦ green 13 ◦ blue 75

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

Shades of Blackcurrant #420D4B

Tints of Blackcurrant #420D4B

RGB

 RED value IS 66 (26.17% from 255) = 42.86%

 GREEN value IS 13 (5.47% from 255) = 8.44%

 BLUE value IS 75 (29.69% from 255) = 48.7%

R = 42.86%
G = 8.44%
B = 48.7%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420D4B (or 0x420D4B) is known color: Blackcurrant. HEX triplet: 42, 0D and 4B. RGB value is (66,13,75). Sum of RGB (Red+Green+Blue) = 66+13+75=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #420D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420D4B is #BDF2B4. Grayscale: #232323. Windows color (decimal): -12448437 or 4918594. OLE color: 4918594.

HSL color Cylindrical-coordinate representation of color #420D4B: hue angle of 291.29º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420D4B is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 13 75 -
CMYK 0.12 0.83 0 0.71
HSL 291.29º 0.7% 0.17% -
HSV(B) 291.29º 0.83% 0.29% -
XYZ 3.66 1.95 6.84 -
YUV 35.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 66 13 75 0.12 0.83 0 0.71 291.29 0.7 0.17
Hex 42 D 4B C 53 0 47 123 46 11
Octal 102 15 113 14 123 0 107 443 106 21
Binary 1000010 1101 1001011 1100 1010011 0 1000111 100100011 1000110 10001

Color Harmonies of #420D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D4B

Black with #420D4B

Text Example


Text Example

White with #420D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420D4B; }

 p { color: rgb(66,13,75); }

 H1.HeaderClassName
 {
   color: #420D4B;
 }
 .AnyTagClassName
 {
   color: #420D4B;
 }
</style>

background-color css

<style>
 a { background-color: #420D4B; }

 a { background-color: rgb(66,13,75); }

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

border-color css

<style>
 span { border-color: #420D4B; }

 span { border-color: rgb(66,13,75); }

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