Html Css Color HEX #25272F Black Russian

📋 copy color: '#25272F'

red 37 ◦ green 39 ◦ blue 47

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

Shades of Black Russian #25272F

Tints of Black Russian #25272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.71%

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 30.08%
G = 31.71%
B = 38.21%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25272F (or 0x25272F) is known color: Black Russian. HEX triplet: 25, 27 and 2F. RGB value is (37,39,47). Sum of RGB (Red+Green+Blue) = 37+39+47=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 47 - color contains mainly: blue. Hex color #25272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272F is #DAD8D0. Grayscale: #272727. Windows color (decimal): -14342353 or 3090213. OLE color: 3090213.

HSL color Cylindrical-coordinate representation of color #25272F: hue angle of 228º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #25272F is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 39 47 -
CMYK 0.21 0.17 0 0.82
HSL 228º 0.12% 0.16% -
HSV(B) 228º 0.21% 0.18% -
XYZ 2 2.05 2.98 -
YUV 39.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 37 39 47 0.21 0.17 0 0.82 228 0.12 0.16
Hex 25 27 2F 15 11 0 52 E4 C 10
Octal 45 47 57 25 21 0 122 344 14 20
Binary 100101 100111 101111 10101 10001 0 1010010 11100100 1100 10000

Color Harmonies of #25272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25272F

Black with #25272F

Text Example


Text Example

White with #25272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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