Html Css Color HEX #25262F Black Russian

📋 copy color: '#25262F'

red 37 ◦ green 38 ◦ blue 47

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

Shades of Black Russian #25262F

Tints of Black Russian #25262F

RGB

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

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

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

R = 30.33%
G = 31.15%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25262F (or 0x25262F) is known color: Black Russian. HEX triplet: 25, 26 and 2F. RGB value is (37,38,47). Sum of RGB (Red+Green+Blue) = 37+38+47=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 47 - color contains mainly: blue. Hex color #25262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262F is #DAD9D0. Grayscale: #262626. Windows color (decimal): -14342609 or 3089957. OLE color: 3089957.

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

Color convert

RGB 37 38 47 -
CMYK 0.21 0.19 0 0.82
HSL 234º 0.12% 0.16% -
HSV(B) 234º 0.21% 0.18% -
XYZ 1.97 1.98 2.97 -
YUV 38.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 37 38 47 0.21 0.19 0 0.82 234 0.12 0.16
Hex 25 26 2F 15 13 0 52 EA C 10
Octal 45 46 57 25 23 0 122 352 14 20
Binary 100101 100110 101111 10101 10011 0 1010010 11101010 1100 10000

Color Harmonies of #25262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25262F

Black with #25262F

Text Example


Text Example

White with #25262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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