Html Css Color HEX #2A0337 Blackcurrant

📋 copy color: '#2A0337'

red 42 ◦ green 3 ◦ blue 55

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

Shades of Blackcurrant #2A0337

Tints of Blackcurrant #2A0337

RGB

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

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

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

R = 42%
G = 3%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A0337 (or 0x2A0337) is known color: Blackcurrant. HEX triplet: 2A, 03 and 37. RGB value is (42,3,55). Sum of RGB (Red+Green+Blue) = 42+3+55=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0337 is #D5FCC8. Grayscale: #141414. Windows color (decimal): -14023881 or 3605290. OLE color: 3605290.

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

Color convert

RGB 42 3 55 -
CMYK 0.24 0.95 0 0.78
HSL 285º 0.9% 0.11% -
HSV(B) 285º 0.95% 0.22% -
XYZ 1.68 0.83 3.69 -
YUV 20.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 42 3 55 0.24 0.95 0 0.78 285 0.9 0.11
Hex 2A 3 37 18 5F 0 4E 11D 5A B
Octal 52 3 67 30 137 0 116 435 132 13
Binary 101010 11 110111 11000 1011111 0 1001110 100011101 1011010 1011

Color Harmonies of #2A0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0337

Black with #2A0337

Text Example


Text Example

White with #2A0337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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