Html Css Color HEX #2A0037 Blackcurrant

📋 copy color: '#2A0037'

red 42 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #2A0037

Tints of Blackcurrant #2A0037

RGB

 RED value IS 42 (16.8% from 255) = 43.3%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 56.7%

R = 43.3%
G = 0%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A0037 (or 0x2A0037) is known color: Blackcurrant. HEX triplet: 2A, 00 and 37. RGB value is (42,0,55). Sum of RGB (Red+Green+Blue) = 42+0+55=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0037 is #D5FFC8. Grayscale: #121212. Windows color (decimal): -14024649 or 3604522. OLE color: 3604522.

HSL color Cylindrical-coordinate representation of color #2A0037: hue angle of 285.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0037 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 0 55 -
CMYK 0.24 1 0 0.78
HSL 285.82º 1% 0.11% -
HSV(B) 285.82º 1% 0.22% -
XYZ 1.64 0.77 3.68 -
YUV 18.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 42 0 55 0.24 1 0 0.78 285.82 1 0.11
Hex 2A 0 37 18 64 0 4E 11E 64 B
Octal 52 0 67 30 144 0 116 436 144 13
Binary 101010 0 110111 11000 1100100 0 1001110 100011110 1100100 1011

Color Harmonies of #2A0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0037

Black with #2A0037

Text Example


Text Example

White with #2A0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A0037; }

 p { color: rgb(42,0,55); }

 H1.HeaderClassName
 {
   color: #2A0037;
 }
 .AnyTagClassName
 {
   color: #2A0037;
 }
</style>

background-color css

<style>
 a { background-color: #2A0037; }

 a { background-color: rgb(42,0,55); }

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

border-color css

<style>
 span { border-color: #2A0037; }

 span { border-color: rgb(42,0,55); }

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