Html Css Color HEX #210F25 Blackcurrant

📋 copy color: '#210F25'

red 33 ◦ green 15 ◦ blue 37

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

Shades of Blackcurrant #210F25

Tints of Blackcurrant #210F25

RGB

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

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

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

R = 38.82%
G = 17.65%
B = 43.53%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210F25 (or 0x210F25) is known color: Blackcurrant. HEX triplet: 21, 0F and 25. RGB value is (33,15,37). Sum of RGB (Red+Green+Blue) = 33+15+37=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #210F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F25 is #DEF0DA. Grayscale: #161616. Windows color (decimal): -14610651 or 2428705. OLE color: 2428705.

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

Color convert

RGB 33 15 37 -
CMYK 0.11 0.59 0 0.85
HSL 289.09º 0.42% 0.1% -
HSV(B) 289.09º 0.59% 0.15% -
XYZ 1.13 0.8 1.84 -
YUV 22.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 33 15 37 0.11 0.59 0 0.85 289.09 0.42 0.1
Hex 21 F 25 B 3B 0 55 121 2A A
Octal 41 17 45 13 73 0 125 441 52 12
Binary 100001 1111 100101 1011 111011 0 1010101 100100001 101010 1010

Color Harmonies of #210F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F25

Black with #210F25

Text Example


Text Example

White with #210F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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