Html Css Color HEX #210D28 Blackcurrant

📋 copy color: '#210D28'

red 33 ◦ green 13 ◦ blue 40

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

Shades of Blackcurrant #210D28

Tints of Blackcurrant #210D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 46.51%

R = 38.37%
G = 15.12%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#210D28 (or 0x210D28) is known color: Blackcurrant. HEX triplet: 21, 0D and 28. RGB value is (33,13,40). Sum of RGB (Red+Green+Blue) = 33+13+40=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #210D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D28 is #DEF2D7. Grayscale: #151515. Windows color (decimal): -14611160 or 2624801. OLE color: 2624801.

HSL color Cylindrical-coordinate representation of color #210D28: hue angle of 284.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #210D28 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 13 40 -
CMYK 0.17 0.67 0 0.84
HSL 284.44º 0.51% 0.1% -
HSV(B) 284.44º 0.68% 0.16% -
XYZ 1.15 0.76 2.09 -
YUV 22.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 33 13 40 0.17 0.67 0 0.84 284.44 0.51 0.1
Hex 21 D 28 11 43 0 54 11C 33 A
Octal 41 15 50 21 103 0 124 434 63 12
Binary 100001 1101 101000 10001 1000011 0 1010100 100011100 110011 1010

Color Harmonies of #210D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D28

Black with #210D28

Text Example


Text Example

White with #210D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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