Html Css Color HEX #211725 Blackcurrant

📋 copy color: '#211725'

red 33 ◦ green 23 ◦ blue 37

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

Shades of Blackcurrant #211725

Tints of Blackcurrant #211725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.73%

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

R = 35.48%
G = 24.73%
B = 39.78%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211725 (or 0x211725) is known color: Blackcurrant. HEX triplet: 21, 17 and 25. RGB value is (33,23,37). Sum of RGB (Red+Green+Blue) = 33+23+37=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #211725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211725 is #DEE8DA. Grayscale: #1B1B1B. Windows color (decimal): -14608603 or 2430753. OLE color: 2430753.

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

Color convert

RGB 33 23 37 -
CMYK 0.11 0.38 0 0.85
HSL 282.86º 0.23% 0.12% -
HSV(B) 282.86º 0.38% 0.15% -
XYZ 1.27 1.07 1.89 -
YUV 27.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 33 23 37 0.11 0.38 0 0.85 282.86 0.23 0.12
Hex 21 17 25 B 26 0 55 11B 17 C
Octal 41 27 45 13 46 0 125 433 27 14
Binary 100001 10111 100101 1011 100110 0 1010101 100011011 10111 1100

Color Harmonies of #211725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211725

Black with #211725

Text Example


Text Example

White with #211725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211725; }

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

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

background-color css

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

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

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

border-color css

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

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

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