Html Css Color HEX #252127 Blackcurrant

📋 copy color: '#252127'

red 37 ◦ green 33 ◦ blue 39

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

Shades of Blackcurrant #252127

Tints of Blackcurrant #252127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 33.94%
G = 30.28%
B = 35.78%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252127 (or 0x252127) is known color: Blackcurrant. HEX triplet: 25, 21 and 27. RGB value is (37,33,39). Sum of RGB (Red+Green+Blue) = 37+33+39=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 39 - color contains mainly: blue. Hex color #252127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252127 is #DADED8. Grayscale: #222222. Windows color (decimal): -14343897 or 2564389. OLE color: 2564389.

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

Color convert

RGB 37 33 39 -
CMYK 0.05 0.15 0 0.85
HSL 280º 0.08% 0.14% -
HSV(B) 280º 0.15% 0.15% -
XYZ 1.67 1.63 2.15 -
YUV 34.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 37 33 39 0.05 0.15 0 0.85 280 0.08 0.14
Hex 25 21 27 5 F 0 55 118 8 E
Octal 45 41 47 5 17 0 125 430 10 16
Binary 100101 100001 100111 101 1111 0 1010101 100011000 1000 1110

Color Harmonies of #252127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252127

Black with #252127

Text Example


Text Example

White with #252127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252127; }

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

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

background-color css

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

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

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

border-color css

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

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

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