Html Css Color HEX #211025 Blackcurrant

📋 copy color: '#211025'

red 33 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #211025

Tints of Blackcurrant #211025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

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

R = 38.37%
G = 18.6%
B = 43.02%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211025 (or 0x211025) is known color: Blackcurrant. HEX triplet: 21, 10 and 25. RGB value is (33,16,37). Sum of RGB (Red+Green+Blue) = 33+16+37=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #211025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211025 is #DEEFDA. Grayscale: #171717. Windows color (decimal): -14610395 or 2428961. OLE color: 2428961.

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

Color convert

RGB 33 16 37 -
CMYK 0.11 0.57 0 0.85
HSL 288.57º 0.4% 0.1% -
HSV(B) 288.57º 0.57% 0.15% -
XYZ 1.15 0.83 1.85 -
YUV 23.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 33 16 37 0.11 0.57 0 0.85 288.57 0.4 0.1
Hex 21 10 25 B 39 0 55 121 28 A
Octal 41 20 45 13 71 0 125 441 50 12
Binary 100001 10000 100101 1011 111001 0 1010101 100100001 101000 1010

Color Harmonies of #211025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211025

Black with #211025

Text Example


Text Example

White with #211025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211025; }

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

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

background-color css

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

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

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

border-color css

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

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

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