Html Css Color HEX #42054B Blackcurrant

📋 copy color: '#42054B'

red 66 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #42054B

Tints of Blackcurrant #42054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 45.21%
G = 3.42%
B = 51.37%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42054B (or 0x42054B) is known color: Blackcurrant. HEX triplet: 42, 05 and 4B. RGB value is (66,5,75). Sum of RGB (Red+Green+Blue) = 66+5+75=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #42054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42054B is #BDFAB4. Grayscale: #1F1F1F. Windows color (decimal): -12450485 or 4916546. OLE color: 4916546.

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

Color convert

RGB 66 5 75 -
CMYK 0.12 0.93 0 0.71
HSL 292.29º 0.88% 0.16% -
HSV(B) 292.29º 0.93% 0.29% -
XYZ 3.57 1.77 6.81 -
YUV 31.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 66 5 75 0.12 0.93 0 0.71 292.29 0.88 0.16
Hex 42 5 4B C 5D 0 47 124 58 10
Octal 102 5 113 14 135 0 107 444 130 20
Binary 1000010 101 1001011 1100 1011101 0 1000111 100100100 1011000 10000

Color Harmonies of #42054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42054B

Black with #42054B

Text Example


Text Example

White with #42054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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