Html Css Color HEX #420C4B Blackcurrant

📋 copy color: '#420C4B'

red 66 ◦ green 12 ◦ blue 75

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

Shades of Blackcurrant #420C4B

Tints of Blackcurrant #420C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.84%

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

R = 43.14%
G = 7.84%
B = 49.02%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420C4B (or 0x420C4B) is known color: Blackcurrant. HEX triplet: 42, 0C and 4B. RGB value is (66,12,75). Sum of RGB (Red+Green+Blue) = 66+12+75=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #420C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420C4B is #BDF3B4. Grayscale: #232323. Windows color (decimal): -12448693 or 4918338. OLE color: 4918338.

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

Color convert

RGB 66 12 75 -
CMYK 0.12 0.84 0 0.71
HSL 291.43º 0.72% 0.17% -
HSV(B) 291.43º 0.84% 0.29% -
XYZ 3.65 1.93 6.84 -
YUV 35.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 66 12 75 0.12 0.84 0 0.71 291.43 0.72 0.17
Hex 42 C 4B C 54 0 47 123 48 11
Octal 102 14 113 14 124 0 107 443 110 21
Binary 1000010 1100 1001011 1100 1010100 0 1000111 100100011 1001000 10001

Color Harmonies of #420C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C4B

Black with #420C4B

Text Example


Text Example

White with #420C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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