Html Css Color HEX #210D26 Blackcurrant

📋 copy color: '#210D26'

red 33 ◦ green 13 ◦ blue 38

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

Shades of Blackcurrant #210D26

Tints of Blackcurrant #210D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.48%

 BLUE value IS 38 (15.23% from 255) = 45.24%

R = 39.29%
G = 15.48%
B = 45.24%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210D26 (or 0x210D26) is known color: Blackcurrant. HEX triplet: 21, 0D and 26. RGB value is (33,13,38). Sum of RGB (Red+Green+Blue) = 33+13+38=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #210D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D26 is #DEF2D9. Grayscale: #151515. Windows color (decimal): -14611162 or 2493729. OLE color: 2493729.

HSL color Cylindrical-coordinate representation of color #210D26: hue angle of 288º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #210D26 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 13 38 -
CMYK 0.13 0.66 0 0.85
HSL 288º 0.49% 0.1% -
HSV(B) 288º 0.66% 0.15% -
XYZ 1.12 0.75 1.92 -
YUV 21.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 33 13 38 0.13 0.66 0 0.85 288 0.49 0.1
Hex 21 D 26 D 42 0 55 120 31 A
Octal 41 15 46 15 102 0 125 440 61 12
Binary 100001 1101 100110 1101 1000010 0 1010101 100100000 110001 1010

Color Harmonies of #210D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D26

Black with #210D26

Text Example


Text Example

White with #210D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,38); }

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

background-color css

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

 a { background-color: rgb(33,13,38); }

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

border-color css

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

 span { border-color: rgb(33,13,38); }

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