Html Css Color HEX #25262D Black Russian

📋 copy color: '#25262D'

red 37 ◦ green 38 ◦ blue 45

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

Shades of Black Russian #25262D

Tints of Black Russian #25262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 30.83%
G = 31.67%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25262D (or 0x25262D) is known color: Black Russian. HEX triplet: 25, 26 and 2D. RGB value is (37,38,45). Sum of RGB (Red+Green+Blue) = 37+38+45=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 45 - color contains mainly: blue. Hex color #25262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262D is #DAD9D2. Grayscale: #262626. Windows color (decimal): -14342611 or 2958885. OLE color: 2958885.

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

Color convert

RGB 37 38 45 -
CMYK 0.18 0.16 0 0.82
HSL 232.5º 0.1% 0.16% -
HSV(B) 232.5º 0.18% 0.18% -
XYZ 1.93 1.97 2.76 -
YUV 38.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 37 38 45 0.18 0.16 0 0.82 232.5 0.1 0.16
Hex 25 26 2D 12 10 0 52 E8 A 10
Octal 45 46 55 22 20 0 122 350 12 20
Binary 100101 100110 101101 10010 10000 0 1010010 11101000 1010 10000

Color Harmonies of #25262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25262D

Black with #25262D

Text Example


Text Example

White with #25262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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