Html Css Color HEX #210E25 Blackcurrant

📋 copy color: '#210E25'

red 33 ◦ green 14 ◦ blue 37

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

Shades of Blackcurrant #210E25

Tints of Blackcurrant #210E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.67%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 39.29%
G = 16.67%
B = 44.05%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210E25 (or 0x210E25) is known color: Blackcurrant. HEX triplet: 21, 0E and 25. RGB value is (33,14,37). Sum of RGB (Red+Green+Blue) = 33+14+37=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #210E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E25 is #DEF1DA. Grayscale: #161616. Windows color (decimal): -14610907 or 2428449. OLE color: 2428449.

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

Color convert

RGB 33 14 37 -
CMYK 0.11 0.62 0 0.85
HSL 289.57º 0.45% 0.1% -
HSV(B) 289.57º 0.62% 0.15% -
XYZ 1.12 0.77 1.84 -
YUV 22.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 33 14 37 0.11 0.62 0 0.85 289.57 0.45 0.1
Hex 21 E 25 B 3E 0 55 122 2D A
Octal 41 16 45 13 76 0 125 442 55 12
Binary 100001 1110 100101 1011 111110 0 1010101 100100010 101101 1010

Color Harmonies of #210E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E25

Black with #210E25

Text Example


Text Example

White with #210E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,14,37); }

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

background-color css

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

 a { background-color: rgb(33,14,37); }

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

border-color css

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

 span { border-color: rgb(33,14,37); }

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