Html Css Color HEX #210C25 Blackcurrant

📋 copy color: '#210C25'

red 33 ◦ green 12 ◦ blue 37

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

Shades of Blackcurrant #210C25

Tints of Blackcurrant #210C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

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

R = 40.24%
G = 14.63%
B = 45.12%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210C25 (or 0x210C25) is known color: Blackcurrant. HEX triplet: 21, 0C and 25. RGB value is (33,12,37). Sum of RGB (Red+Green+Blue) = 33+12+37=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #210C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C25 is #DEF3DA. Grayscale: #151515. Windows color (decimal): -14611419 or 2427937. OLE color: 2427937.

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

Color convert

RGB 33 12 37 -
CMYK 0.11 0.68 0 0.85
HSL 290.4º 0.51% 0.1% -
HSV(B) 290.4º 0.68% 0.15% -
XYZ 1.09 0.72 1.83 -
YUV 21.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 33 12 37 0.11 0.68 0 0.85 290.4 0.51 0.1
Hex 21 C 25 B 44 0 55 122 33 A
Octal 41 14 45 13 104 0 125 442 63 12
Binary 100001 1100 100101 1011 1000100 0 1010101 100100010 110011 1010

Color Harmonies of #210C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C25

Black with #210C25

Text Example


Text Example

White with #210C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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