Html Css Color HEX #252638 Black Rock

📋 copy color: '#252638'

red 37 ◦ green 38 ◦ blue 56

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

Shades of Black Rock #252638

Tints of Black Rock #252638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 28.24%
G = 29.01%
B = 42.75%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252638 (or 0x252638) is known color: Black Rock. HEX triplet: 25, 26 and 38. RGB value is (37,38,56). Sum of RGB (Red+Green+Blue) = 37+38+56=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #252638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252638 is #DAD9C7. Grayscale: #272727. Windows color (decimal): -14342600 or 3679781. OLE color: 3679781.

HSL color Cylindrical-coordinate representation of color #252638: hue angle of 236.84º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #252638 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 38 56 -
CMYK 0.34 0.32 0 0.78
HSL 236.84º 0.2% 0.18% -
HSV(B) 236.84º 0.34% 0.22% -
XYZ 2.17 2.07 4.03 -
YUV 39.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 37 38 56 0.34 0.32 0 0.78 236.84 0.2 0.18
Hex 25 26 38 22 20 0 4E ED 14 12
Octal 45 46 70 42 40 0 116 355 24 22
Binary 100101 100110 111000 100010 100000 0 1001110 11101101 10100 10010

Color Harmonies of #252638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252638

Black with #252638

Text Example


Text Example

White with #252638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252638; }

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

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

background-color css

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

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

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

border-color css

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

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

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