#25273B

Color #25273B Black Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rock #25273B

Tints of Black Rock #25273B

Color information

#25273B (or 0x25273B) is unknown color: approx Black Rock. HEX triplet: 25, 27 and 3B. RGB value is (37,39,59). Sum of RGB (Red+Green+Blue) = 37+39+59=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #25273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25273B is #DAD8C4. Grayscale: #282828. Windows color (decimal): -14342341 or 3876645. OLE color: 3876645.

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

Color convert

RGB373959-
CMYK0.370.3400.77
HSL234.55º22.92%18.82%-
HSV(B)234.55º37.29%23.14%-
XYZ2.282.164.43-
YUV40.68138.34125.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=27.41%
G=28.89%
B=43.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3739590.370.3400.77234.5522.9218.82
Hex25273B252204Deb1713
Octal454773454201153532723
Binary10010110011111101110010110001001001101111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25273B; }

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

 H1.HeaderClassName
 {
   color: #25273B;
 }
 .AnyTagClassName
 {
   color: #25273B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25273B;
 }
 .BgClassName
 {
   background-color: #25273B;
 }
</style>
border-color css

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

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

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