Html Css Color HEX #37383F Black Rock

📋 copy color: '#37383F'

red 55 ◦ green 56 ◦ blue 63

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

Shades of Black Rock #37383F

Tints of Black Rock #37383F

RGB

 RED value IS 55 (21.88% from 255) = 31.61%

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 31.61%
G = 32.18%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37383F (or 0x37383F) is known color: Black Rock. HEX triplet: 37, 38 and 3F. RGB value is (55,56,63). Sum of RGB (Red+Green+Blue) = 55+56+63=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #37383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37383F is #C8C7C0. Grayscale: #383838. Windows color (decimal): -13158337 or 4143159. OLE color: 4143159.

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

Color convert

RGB 55 56 63 -
CMYK 0.13 0.11 0 0.75
HSL 232.5º 0.07% 0.23% -
HSV(B) 232.5º 0.13% 0.25% -
XYZ 3.89 4 5.27 -
YUV 56.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 55 56 63 0.13 0.11 0 0.75 232.5 0.07 0.23
Hex 37 38 3F D B 0 4B E8 7 17
Octal 67 70 77 15 13 0 113 350 7 27
Binary 110111 111000 111111 1101 1011 0 1001011 11101000 111 10111

Color Harmonies of #37383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37383F

Black with #37383F

Text Example


Text Example

White with #37383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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