Html Css Color HEX #2B1537 Blackcurrant

📋 copy color: '#2B1537'

red 43 ◦ green 21 ◦ blue 55

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

Shades of Blackcurrant #2B1537

Tints of Blackcurrant #2B1537

RGB

 RED value IS 43 (17.19% from 255) = 36.13%

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 36.13%
G = 17.65%
B = 46.22%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B1537 (or 0x2B1537) is known color: Blackcurrant. HEX triplet: 2B, 15 and 37. RGB value is (43,21,55). Sum of RGB (Red+Green+Blue) = 43+21+55=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1537 is #D4EAC8. Grayscale: #1F1F1F. Windows color (decimal): -13953737 or 3609899. OLE color: 3609899.

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

Color convert

RGB 43 21 55 -
CMYK 0.22 0.62 0 0.78
HSL 278.82º 0.45% 0.15% -
HSV(B) 278.82º 0.62% 0.22% -
XYZ 1.95 1.33 3.77 -
YUV 31.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 43 21 55 0.22 0.62 0 0.78 278.82 0.45 0.15
Hex 2B 15 37 16 3E 0 4E 117 2D F
Octal 53 25 67 26 76 0 116 427 55 17
Binary 101011 10101 110111 10110 111110 0 1001110 100010111 101101 1111

Color Harmonies of #2B1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1537

Black with #2B1537

Text Example


Text Example

White with #2B1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,55); }

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

background-color css

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

 a { background-color: rgb(43,21,55); }

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

border-color css

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

 span { border-color: rgb(43,21,55); }

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