Html Css Color HEX #210725 Blackcurrant

📋 copy color: '#210725'

red 33 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #210725

Tints of Blackcurrant #210725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.09%

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

R = 42.86%
G = 9.09%
B = 48.05%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210725 (or 0x210725) is known color: Blackcurrant. HEX triplet: 21, 07 and 25. RGB value is (33,7,37). Sum of RGB (Red+Green+Blue) = 33+7+37=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #210725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210725 is #DEF8DA. Grayscale: #121212. Windows color (decimal): -14612699 or 2426657. OLE color: 2426657.

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

Color convert

RGB 33 7 37 -
CMYK 0.11 0.81 0 0.85
HSL 292º 0.68% 0.09% -
HSV(B) 292º 0.81% 0.15% -
XYZ 1.04 0.61 1.81 -
YUV 18.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 33 7 37 0.11 0.81 0 0.85 292 0.68 0.09
Hex 21 7 25 B 51 0 55 124 44 9
Octal 41 7 45 13 121 0 125 444 104 11
Binary 100001 111 100101 1011 1010001 0 1010101 100100100 1000100 1001

Color Harmonies of #210725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210725

Black with #210725

Text Example


Text Example

White with #210725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210725; }

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

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

background-color css

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

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

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

border-color css

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

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

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