Html Css Color HEX #252227 Blackcurrant

📋 copy color: '#252227'

red 37 ◦ green 34 ◦ blue 39

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

Shades of Blackcurrant #252227

Tints of Blackcurrant #252227

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.63% from 255) = 35.45%

R = 33.64%
G = 30.91%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252227 (or 0x252227) is known color: 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

RGB 37 34 39 -
CMYK 0.05 0.13 0 0.85
HSL 276º 0.07% 0.14% -
HSV(B) 276º 0.13% 0.15% -
XYZ 1.7 1.68 2.15 -
YUV 35.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 37 34 39 0.05 0.13 0 0.85 276 0.07 0.14
Hex 25 22 27 5 D 0 55 114 7 E
Octal 45 42 47 5 15 0 125 424 7 16
Binary 100101 100010 100111 101 1101 0 1010101 100010100 111 1110

Color Harmonies of #252227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252227

Black with #252227

Text Example


Text Example

White with #252227

Text Example


Text Example

HTML Codes & Css Web 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>