Html Css Color HEX #210F29 Blackcurrant

📋 copy color: '#210F29'

red 33 ◦ green 15 ◦ blue 41

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

Shades of Blackcurrant #210F29

Tints of Blackcurrant #210F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.85%

 BLUE value IS 41 (16.41% from 255) = 46.07%

R = 37.08%
G = 16.85%
B = 46.07%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210F29 (or 0x210F29) is known color: Blackcurrant. HEX triplet: 21, 0F and 29. RGB value is (33,15,41). Sum of RGB (Red+Green+Blue) = 33+15+41=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #210F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F29 is #DEF0D6. Grayscale: #171717. Windows color (decimal): -14610647 or 2690849. OLE color: 2690849.

HSL color Cylindrical-coordinate representation of color #210F29: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #210F29 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 15 41 -
CMYK 0.20 0.63 0 0.84
HSL 281.54º 0.46% 0.11% -
HSV(B) 281.54º 0.63% 0.16% -
XYZ 1.2 0.83 2.19 -
YUV 23.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 33 15 41 0.20 0.63 0 0.84 281.54 0.46 0.11
Hex 21 F 29 14 3F 0 54 11A 2E B
Octal 41 17 51 24 77 0 124 432 56 13
Binary 100001 1111 101001 10100 111111 0 1010100 100011010 101110 1011

Color Harmonies of #210F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F29

Black with #210F29

Text Example


Text Example

White with #210F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,15,41); }

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

background-color css

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

 a { background-color: rgb(33,15,41); }

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

border-color css

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

 span { border-color: rgb(33,15,41); }

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