Html Css Color HEX #42044B Blackcurrant

📋 copy color: '#42044B'

red 66 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #42044B

Tints of Blackcurrant #42044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 45.52%
G = 2.76%
B = 51.72%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42044B (or 0x42044B) is known color: Blackcurrant. HEX triplet: 42, 04 and 4B. RGB value is (66,4,75). Sum of RGB (Red+Green+Blue) = 66+4+75=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #42044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42044B is #BDFBB4. Grayscale: #1E1E1E. Windows color (decimal): -12450741 or 4916290. OLE color: 4916290.

HSL color Cylindrical-coordinate representation of color #42044B: hue angle of 292.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42044B is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 4 75 -
CMYK 0.12 0.95 0 0.71
HSL 292.39º 0.9% 0.15% -
HSV(B) 292.39º 0.95% 0.29% -
XYZ 3.56 1.75 6.81 -
YUV 30.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 66 4 75 0.12 0.95 0 0.71 292.39 0.9 0.15
Hex 42 4 4B C 5F 0 47 124 5A F
Octal 102 4 113 14 137 0 107 444 132 17
Binary 1000010 100 1001011 1100 1011111 0 1000111 100100100 1011010 1111

Color Harmonies of #42044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42044B

Black with #42044B

Text Example


Text Example

White with #42044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42044B; }

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

 H1.HeaderClassName
 {
   color: #42044B;
 }
 .AnyTagClassName
 {
   color: #42044B;
 }
</style>

background-color css

<style>
 a { background-color: #42044B; }

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

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

border-color css

<style>
 span { border-color: #42044B; }

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

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