Html Css Color HEX #210B2B Blackcurrant

📋 copy color: '#210B2B'

red 33 ◦ green 11 ◦ blue 43

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

Shades of Blackcurrant #210B2B

Tints of Blackcurrant #210B2B

RGB

 RED value IS 33 (13.28% from 255) = 37.93%

 GREEN value IS 11 (4.69% from 255) = 12.64%

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 37.93%
G = 12.64%
B = 49.43%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#210B2B (or 0x210B2B) is known color: Blackcurrant. HEX triplet: 21, 0B and 2B. RGB value is (33,11,43). Sum of RGB (Red+Green+Blue) = 33+11+43=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #210B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B2B is #DEF4D4. Grayscale: #151515. Windows color (decimal): -14611669 or 2820897. OLE color: 2820897.

HSL color Cylindrical-coordinate representation of color #210B2B: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #210B2B is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 11 43 -
CMYK 0.23 0.74 0 0.83
HSL 281.25º 0.59% 0.11% -
HSV(B) 281.25º 0.74% 0.17% -
XYZ 1.18 0.74 2.37 -
YUV 21.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 33 11 43 0.23 0.74 0 0.83 281.25 0.59 0.11
Hex 21 B 2B 17 4A 0 53 119 3B B
Octal 41 13 53 27 112 0 123 431 73 13
Binary 100001 1011 101011 10111 1001010 0 1010011 100011001 111011 1011

Color Harmonies of #210B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B2B

Black with #210B2B

Text Example


Text Example

White with #210B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210B2B; }

 p { color: rgb(33,11,43); }

 H1.HeaderClassName
 {
   color: #210B2B;
 }
 .AnyTagClassName
 {
   color: #210B2B;
 }
</style>

background-color css

<style>
 a { background-color: #210B2B; }

 a { background-color: rgb(33,11,43); }

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

border-color css

<style>
 span { border-color: #210B2B; }

 span { border-color: rgb(33,11,43); }

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