#252227

Color #252227 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #252227

Tints of Blackcurrant #252227

Color information

#252227 (or 0x252227) is unknown color: approx Blackcurrant. HEX triplet: 25, 22 and 27. RGB value is (37,34,39). Sum of RGB (Red+Green+Blue) = 37+34+39=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 39 - color contains mainly: blue. Hex color #252227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252227 is #DADDD8. Grayscale: #232323. Windows color (decimal): -14343641 or 2564645. OLE color: 2564645.

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

Color convert

RGB373439-
CMYK0.050.1300.85
HSL276º6.85%14.31%-
HSV(B)276º12.82%15.29%-
XYZ1.71.682.15-
YUV35.47129.99129.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=33.64%
G=30.91%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734390.050.1300.852766.8514.31
Hex2522275D0551147e
Octal4542475150125424716
Binary1001011000101001111011101010101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252227; }

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

 H1.HeaderClassName
 {
   color: #252227;
 }
 .AnyTagClassName
 {
   color: #252227;
 }
</style>
background-color css

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

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

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

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

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

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