Html Css Color HEX #210A25 Blackcurrant

📋 copy color: '#210A25'

red 33 ◦ green 10 ◦ blue 37

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

Shades of Blackcurrant #210A25

Tints of Blackcurrant #210A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.5%

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

R = 41.25%
G = 12.5%
B = 46.25%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210A25 (or 0x210A25) is known color: Blackcurrant. HEX triplet: 21, 0A and 25. RGB value is (33,10,37). Sum of RGB (Red+Green+Blue) = 33+10+37=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #210A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A25 is #DEF5DA. Grayscale: #131313. Windows color (decimal): -14611931 or 2427425. OLE color: 2427425.

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

Color convert

RGB 33 10 37 -
CMYK 0.11 0.73 0 0.85
HSL 291.11º 0.57% 0.09% -
HSV(B) 291.11º 0.73% 0.15% -
XYZ 1.07 0.67 1.82 -
YUV 19.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 33 10 37 0.11 0.73 0 0.85 291.11 0.57 0.09
Hex 21 A 25 B 49 0 55 123 39 9
Octal 41 12 45 13 111 0 125 443 71 11
Binary 100001 1010 100101 1011 1001001 0 1010101 100100011 111001 1001

Color Harmonies of #210A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A25

Black with #210A25

Text Example


Text Example

White with #210A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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