Html Css Color HEX #252630 Black Russian

📋 copy color: '#252630'

red 37 ◦ green 38 ◦ blue 48

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

Shades of Black Russian #252630

Tints of Black Russian #252630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 30.08%
G = 30.89%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252630 (or 0x252630) is known color: Black Russian. HEX triplet: 25, 26 and 30. RGB value is (37,38,48). Sum of RGB (Red+Green+Blue) = 37+38+48=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #252630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252630 is #DAD9CF. Grayscale: #262626. Windows color (decimal): -14342608 or 3155493. OLE color: 3155493.

HSL color Cylindrical-coordinate representation of color #252630: hue angle of 234.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252630 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 38 48 -
CMYK 0.23 0.21 0 0.81
HSL 234.55º 0.13% 0.17% -
HSV(B) 234.55º 0.23% 0.19% -
XYZ 1.99 1.99 3.08 -
YUV 38.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 37 38 48 0.23 0.21 0 0.81 234.55 0.13 0.17
Hex 25 26 30 17 15 0 51 EB D 11
Octal 45 46 60 27 25 0 121 353 15 21
Binary 100101 100110 110000 10111 10101 0 1010001 11101011 1101 10001

Color Harmonies of #252630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252630

Black with #252630

Text Example


Text Example

White with #252630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252630; }

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

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

background-color css

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

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

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

border-color css

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

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

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