Html Css Color HEX #210825 Blackcurrant

📋 copy color: '#210825'

red 33 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #210825

Tints of Blackcurrant #210825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

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

R = 42.31%
G = 10.26%
B = 47.44%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210825 (or 0x210825) is known color: Blackcurrant. HEX triplet: 21, 08 and 25. RGB value is (33,8,37). Sum of RGB (Red+Green+Blue) = 33+8+37=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #210825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210825 is #DEF7DA. Grayscale: #121212. Windows color (decimal): -14612443 or 2426913. OLE color: 2426913.

HSL color Cylindrical-coordinate representation of color #210825: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #210825 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 8 37 -
CMYK 0.11 0.78 0 0.85
HSL 291.72º 0.64% 0.09% -
HSV(B) 291.72º 0.78% 0.15% -
XYZ 1.05 0.63 1.82 -
YUV 18.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 33 8 37 0.11 0.78 0 0.85 291.72 0.64 0.09
Hex 21 8 25 B 4E 0 55 124 40 9
Octal 41 10 45 13 116 0 125 444 100 11
Binary 100001 1000 100101 1011 1001110 0 1010101 100100100 1000000 1001

Color Harmonies of #210825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210825

Black with #210825

Text Example


Text Example

White with #210825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210825; }

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

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

background-color css

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

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

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

border-color css

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

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

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