Html Css Color HEX #25272E Black Russian

📋 copy color: '#25272E'

red 37 ◦ green 39 ◦ blue 46

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

Shades of Black Russian #25272E

Tints of Black Russian #25272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 30.33%
G = 31.97%
B = 37.7%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25272E (or 0x25272E) is known color: Black Russian. HEX triplet: 25, 27 and 2E. RGB value is (37,39,46). Sum of RGB (Red+Green+Blue) = 37+39+46=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #25272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25272E is #DAD8D1. Grayscale: #272727. Windows color (decimal): -14342354 or 3024677. OLE color: 3024677.

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

Color convert

RGB 37 39 46 -
CMYK 0.20 0.15 0 0.82
HSL 226.67º 0.11% 0.16% -
HSV(B) 226.67º 0.2% 0.18% -
XYZ 1.98 2.04 2.87 -
YUV 39.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 37 39 46 0.20 0.15 0 0.82 226.67 0.11 0.16
Hex 25 27 2E 14 F 0 52 E3 B 10
Octal 45 47 56 24 17 0 122 343 13 20
Binary 100101 100111 101110 10100 1111 0 1010010 11100011 1011 10000

Color Harmonies of #25272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25272E

Black with #25272E

Text Example


Text Example

White with #25272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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