Html Css Color HEX #2D0137 Blackcurrant

📋 copy color: '#2D0137'

red 45 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #2D0137

Tints of Blackcurrant #2D0137

RGB

 RED value IS 45 (17.97% from 255) = 44.55%

 GREEN value IS 1 (0.78% from 255) = 0.99%

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

R = 44.55%
G = 0.99%
B = 54.46%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D0137 (or 0x2D0137) is known color: Blackcurrant. HEX triplet: 2D, 01 and 37. RGB value is (45,1,55). Sum of RGB (Red+Green+Blue) = 45+1+55=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0137 is #D2FEC8. Grayscale: #141414. Windows color (decimal): -13827785 or 3604781. OLE color: 3604781.

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

Color convert

RGB 45 1 55 -
CMYK 0.18 0.98 0 0.78
HSL 288.89º 0.96% 0.11% -
HSV(B) 288.89º 0.98% 0.22% -
XYZ 1.78 0.86 3.69 -
YUV 20.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 45 1 55 0.18 0.98 0 0.78 288.89 0.96 0.11
Hex 2D 1 37 12 62 0 4E 121 60 B
Octal 55 1 67 22 142 0 116 441 140 13
Binary 101101 1 110111 10010 1100010 0 1001110 100100001 1100000 1011

Color Harmonies of #2D0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0137

Black with #2D0137

Text Example


Text Example

White with #2D0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,1,55); }

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

background-color css

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

 a { background-color: rgb(45,1,55); }

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

border-color css

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

 span { border-color: rgb(45,1,55); }

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