Html Css Color HEX #42034B Blackcurrant

📋 copy color: '#42034B'

red 66 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #42034B

Tints of Blackcurrant #42034B

RGB

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

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

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

R = 45.83%
G = 2.08%
B = 52.08%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42034B (or 0x42034B) is known color: Blackcurrant. HEX triplet: 42, 03 and 4B. RGB value is (66,3,75). Sum of RGB (Red+Green+Blue) = 66+3+75=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #42034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42034B is #BDFCB4. Grayscale: #1D1D1D. Windows color (decimal): -12450997 or 4916034. OLE color: 4916034.

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

Color convert

RGB 66 3 75 -
CMYK 0.12 0.96 0 0.71
HSL 292.5º 0.92% 0.15% -
HSV(B) 292.5º 0.96% 0.29% -
XYZ 3.55 1.73 6.8 -
YUV 30.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 66 3 75 0.12 0.96 0 0.71 292.5 0.92 0.15
Hex 42 3 4B C 60 0 47 124 5C F
Octal 102 3 113 14 140 0 107 444 134 17
Binary 1000010 11 1001011 1100 1100000 0 1000111 100100100 1011100 1111

Color Harmonies of #42034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42034B

Black with #42034B

Text Example


Text Example

White with #42034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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