Html Css Color HEX #210225 Blackcurrant

📋 copy color: '#210225'

red 33 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #210225

Tints of Blackcurrant #210225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

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

R = 45.83%
G = 2.78%
B = 51.39%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210225 (or 0x210225) is known color: Blackcurrant. HEX triplet: 21, 02 and 25. RGB value is (33,2,37). Sum of RGB (Red+Green+Blue) = 33+2+37=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #210225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210225 is #DEFDDA. Grayscale: #0F0F0F. Windows color (decimal): -14613979 or 2425377. OLE color: 2425377.

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

Color convert

RGB 33 2 37 -
CMYK 0.11 0.95 0 0.85
HSL 293.14º 0.9% 0.08% -
HSV(B) 293.14º 0.95% 0.15% -
XYZ 0.98 0.5 1.8 -
YUV 15.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 33 2 37 0.11 0.95 0 0.85 293.14 0.9 0.08
Hex 21 2 25 B 5F 0 55 125 5A 8
Octal 41 2 45 13 137 0 125 445 132 10
Binary 100001 10 100101 1011 1011111 0 1010101 100100101 1011010 1000

Color Harmonies of #210225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210225

Black with #210225

Text Example


Text Example

White with #210225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210225; }

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

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

background-color css

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

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

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

border-color css

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

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

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