Html Css Color HEX #210025 Blackcurrant

📋 copy color: '#210025'

red 33 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #210025

Tints of Blackcurrant #210025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210025 (or 0x210025) is known color: Blackcurrant. HEX triplet: 21, 00 and 25. RGB value is (33,0,37). Sum of RGB (Red+Green+Blue) = 33+0+37=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #210025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210025 is #DEFFDA. Grayscale: #0D0D0D. Windows color (decimal): -14614491 or 2424865. OLE color: 2424865.

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

Color convert

RGB 33 0 37 -
CMYK 0.11 1 0 0.85
HSL 293.51º 1% 0.07% -
HSV(B) 293.51º 1% 0.15% -
XYZ 0.96 0.46 1.79 -
YUV 14.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 33 0 37 0.11 1 0 0.85 293.51 1 0.07
Hex 21 0 25 B 64 0 55 126 64 7
Octal 41 0 45 13 144 0 125 446 144 7
Binary 100001 0 100101 1011 1100100 0 1010101 100100110 1100100 111

Color Harmonies of #210025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210025

Black with #210025

Text Example


Text Example

White with #210025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210025; }

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

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

background-color css

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

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

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

border-color css

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

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

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