Html Css Color HEX #210525 Blackcurrant

📋 copy color: '#210525'

red 33 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #210525

Tints of Blackcurrant #210525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.67%

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

R = 44%
G = 6.67%
B = 49.33%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210525 (or 0x210525) is known color: Blackcurrant. HEX triplet: 21, 05 and 25. RGB value is (33,5,37). Sum of RGB (Red+Green+Blue) = 33+5+37=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #210525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210525 is #DEFADA. Grayscale: #101010. Windows color (decimal): -14613211 or 2426145. OLE color: 2426145.

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

Color convert

RGB 33 5 37 -
CMYK 0.11 0.86 0 0.85
HSL 292.5º 0.76% 0.08% -
HSV(B) 292.5º 0.86% 0.15% -
XYZ 1.02 0.57 1.81 -
YUV 17.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 33 5 37 0.11 0.86 0 0.85 292.5 0.76 0.08
Hex 21 5 25 B 56 0 55 124 4C 8
Octal 41 5 45 13 126 0 125 444 114 10
Binary 100001 101 100101 1011 1010110 0 1010101 100100100 1001100 1000

Color Harmonies of #210525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210525

Black with #210525

Text Example


Text Example

White with #210525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210525; }

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

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

background-color css

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

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

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

border-color css

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

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

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