Html Css Color HEX #25262E Black Russian

📋 copy color: '#25262E'

red 37 ◦ green 38 ◦ blue 46

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

Shades of Black Russian #25262E

Tints of Black Russian #25262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 30.58%
G = 31.4%
B = 38.02%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25262E (or 0x25262E) is known color: Black Russian. HEX triplet: 25, 26 and 2E. RGB value is (37,38,46). Sum of RGB (Red+Green+Blue) = 37+38+46=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #25262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262E is #DAD9D1. Grayscale: #262626. Windows color (decimal): -14342610 or 3024421. OLE color: 3024421.

HSL color Cylindrical-coordinate representation of color #25262E: hue angle of 233.33º 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 #25262E is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 38 46 -
CMYK 0.20 0.17 0 0.82
HSL 233.33º 0.11% 0.16% -
HSV(B) 233.33º 0.2% 0.18% -
XYZ 1.95 1.98 2.86 -
YUV 38.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 37 38 46 0.20 0.17 0 0.82 233.33 0.11 0.16
Hex 25 26 2E 14 11 0 52 E9 B 10
Octal 45 46 56 24 21 0 122 351 13 20
Binary 100101 100110 101110 10100 10001 0 1010010 11101001 1011 10000

Color Harmonies of #25262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25262E

Black with #25262E

Text Example


Text Example

White with #25262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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