Html Css Color HEX #2B1535 Blackcurrant

📋 copy color: '#2B1535'

red 43 ◦ green 21 ◦ blue 53

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

Shades of Blackcurrant #2B1535

Tints of Blackcurrant #2B1535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 45.3%

R = 36.75%
G = 17.95%
B = 45.3%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2B1535 (or 0x2B1535) is known color: Blackcurrant. HEX triplet: 2B, 15 and 35. RGB value is (43,21,53). Sum of RGB (Red+Green+Blue) = 43+21+53=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B1535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1535 is #D4EACA. Grayscale: #1F1F1F. Windows color (decimal): -13953739 or 3478827. OLE color: 3478827.

HSL color Cylindrical-coordinate representation of color #2B1535: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1535 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 43 21 53 -
CMYK 0.19 0.60 0 0.79
HSL 281.25º 0.43% 0.15% -
HSV(B) 281.25º 0.6% 0.21% -
XYZ 1.91 1.31 3.52 -
YUV 31.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 43 21 53 0.19 0.60 0 0.79 281.25 0.43 0.15
Hex 2B 15 35 13 3C 0 4F 119 2B F
Octal 53 25 65 23 74 0 117 431 53 17
Binary 101011 10101 110101 10011 111100 0 1001111 100011001 101011 1111

Color Harmonies of #2B1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1535

Black with #2B1535

Text Example


Text Example

White with #2B1535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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