Html Css Color HEX #252029 Blackcurrant

📋 copy color: '#252029'

red 37 ◦ green 32 ◦ blue 41

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

Shades of Blackcurrant #252029

Tints of Blackcurrant #252029

RGB

 RED value IS 37 (14.84% from 255) = 33.64%

 GREEN value IS 32 (12.89% from 255) = 29.09%

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 33.64%
G = 29.09%
B = 37.27%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252029 (or 0x252029) is known color: Blackcurrant. HEX triplet: 25, 20 and 29. RGB value is (37,32,41). Sum of RGB (Red+Green+Blue) = 37+32+41=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #252029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252029 is #DADFD6. Grayscale: #222222. Windows color (decimal): -14344151 or 2695205. OLE color: 2695205.

HSL color Cylindrical-coordinate representation of color #252029: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #252029 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 32 41 -
CMYK 0.10 0.22 0 0.84
HSL 273.33º 0.12% 0.14% -
HSV(B) 273.33º 0.22% 0.16% -
XYZ 1.68 1.59 2.32 -
YUV 34.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 37 32 41 0.10 0.22 0 0.84 273.33 0.12 0.14
Hex 25 20 29 A 16 0 54 111 C E
Octal 45 40 51 12 26 0 124 421 14 16
Binary 100101 100000 101001 1010 10110 0 1010100 100010001 1100 1110

Color Harmonies of #252029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252029

Black with #252029

Text Example


Text Example

White with #252029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252029; }

 p { color: rgb(37,32,41); }

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

background-color css

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

 a { background-color: rgb(37,32,41); }

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

border-color css

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

 span { border-color: rgb(37,32,41); }

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