Html Css Color HEX #252129 Blackcurrant

📋 copy color: '#252129'

red 37 ◦ green 33 ◦ blue 41

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

Shades of Blackcurrant #252129

Tints of Blackcurrant #252129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.73%

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

R = 33.33%
G = 29.73%
B = 36.94%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252129 (or 0x252129) is known color: Blackcurrant. HEX triplet: 25, 21 and 29. RGB value is (37,33,41). Sum of RGB (Red+Green+Blue) = 37+33+41=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 41 - color contains mainly: blue. Hex color #252129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252129 is #DADED6. Grayscale: #232323. Windows color (decimal): -14343895 or 2695461. OLE color: 2695461.

HSL color Cylindrical-coordinate representation of color #252129: hue angle of 270º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252129 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 33 41 -
CMYK 0.10 0.20 0 0.84
HSL 270º 0.11% 0.15% -
HSV(B) 270º 0.2% 0.16% -
XYZ 1.71 1.64 2.32 -
YUV 35.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 37 33 41 0.10 0.20 0 0.84 270 0.11 0.15
Hex 25 21 29 A 14 0 54 10E B F
Octal 45 41 51 12 24 0 124 416 13 17
Binary 100101 100001 101001 1010 10100 0 1010100 100001110 1011 1111

Color Harmonies of #252129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252129

Black with #252129

Text Example


Text Example

White with #252129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252129; }

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

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

background-color css

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

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

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

border-color css

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

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

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