Html Css Color HEX #210D25 Blackcurrant

📋 copy color: '#210D25'

red 33 ◦ green 13 ◦ blue 37

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

Shades of Blackcurrant #210D25

Tints of Blackcurrant #210D25

RGB

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

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

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

R = 39.76%
G = 15.66%
B = 44.58%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210D25 (or 0x210D25) is known color: Blackcurrant. HEX triplet: 21, 0D and 25. RGB value is (33,13,37). Sum of RGB (Red+Green+Blue) = 33+13+37=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #210D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D25 is #DEF2DA. Grayscale: #151515. Windows color (decimal): -14611163 or 2428193. OLE color: 2428193.

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

Color convert

RGB 33 13 37 -
CMYK 0.11 0.65 0 0.85
HSL 290º 0.48% 0.1% -
HSV(B) 290º 0.65% 0.15% -
XYZ 1.11 0.74 1.84 -
YUV 21.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 33 13 37 0.11 0.65 0 0.85 290 0.48 0.1
Hex 21 D 25 B 41 0 55 122 30 A
Octal 41 15 45 13 101 0 125 442 60 12
Binary 100001 1101 100101 1011 1000001 0 1010101 100100010 110000 1010

Color Harmonies of #210D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D25

Black with #210D25

Text Example


Text Example

White with #210D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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