#373840

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

Shades of Black Rock #373840

Tints of Black Rock #373840

Color information

#373840 (or 0x373840) is unknown color: approx Black Rock. HEX triplet: 37, 38 and 40. RGB value is (55,56,64). Sum of RGB (Red+Green+Blue) = 55+56+64=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #373840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373840 is #C8C7BF. Grayscale: #383838. Windows color (decimal): -13158336 or 4208695. OLE color: 4208695.

HSL color Cylindrical-coordinate representation of color #373840: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373840 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB555664-
CMYK0.140.1300.75
HSL233.33º7.56%23.33%-
HSV(B)233.33º14.06%25.1%-
XYZ3.924.015.42-
YUV56.61132.17126.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=31.43%
G=32%
B=36.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5556640.140.1300.75233.337.5623.33
Hex373840ED04Be9817
Octal6770100161501133511027
Binary1101111110001000000111011010100101111101001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373840; }

 p { color: rgb(55,56,64); }

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

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

 a { background-color: rgb(55,56,64); }

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

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

 span { border-color: rgb(55,56,64); }

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