Html Css Color HEX #210125 Blackcurrant

📋 copy color: '#210125'

red 33 ◦ green 1 ◦ blue 37

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

Shades of Blackcurrant #210125

Tints of Blackcurrant #210125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.41%

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

R = 46.48%
G = 1.41%
B = 52.11%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#210125 (or 0x210125) is known color: Blackcurrant. HEX triplet: 21, 01 and 25. RGB value is (33,1,37). Sum of RGB (Red+Green+Blue) = 33+1+37=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #210125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210125 is #DEFEDA. Grayscale: #0E0E0E. Windows color (decimal): -14614235 or 2425121. OLE color: 2425121.

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

Color convert

RGB 33 1 37 -
CMYK 0.11 0.97 0 0.85
HSL 293.33º 0.95% 0.07% -
HSV(B) 293.33º 0.97% 0.15% -
XYZ 0.97 0.48 1.79 -
YUV 14.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 33 1 37 0.11 0.97 0 0.85 293.33 0.95 0.07
Hex 21 1 25 B 61 0 55 125 5F 7
Octal 41 1 45 13 141 0 125 445 137 7
Binary 100001 1 100101 1011 1100001 0 1010101 100100101 1011111 111

Color Harmonies of #210125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210125

Black with #210125

Text Example


Text Example

White with #210125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210125; }

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

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

background-color css

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

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

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

border-color css

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

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

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