Html Css Color HEX #363740 Black Rock

📋 copy color: '#363740'

red 54 ◦ green 55 ◦ blue 64

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

Shades of Black Rock #363740

Tints of Black Rock #363740

RGB

 RED value IS 54 (21.48% from 255) = 31.21%

 GREEN value IS 55 (21.88% from 255) = 31.79%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 31.21%
G = 31.79%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363740 (or 0x363740) is known color: Black Rock. HEX triplet: 36, 37 and 40. RGB value is (54,55,64). Sum of RGB (Red+Green+Blue) = 54+55+64=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #363740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363740 is #C9C8BF. Grayscale: #373737. Windows color (decimal): -13224128 or 4208438. OLE color: 4208438.

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

Color convert

RGB 54 55 64 -
CMYK 0.16 0.14 0 0.75
HSL 234º 0.08% 0.23% -
HSV(B) 234º 0.16% 0.25% -
XYZ 3.81 3.89 5.4 -
YUV 55.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 54 55 64 0.16 0.14 0 0.75 234 0.08 0.23
Hex 36 37 40 10 E 0 4B EA 8 17
Octal 66 67 100 20 16 0 113 352 10 27
Binary 110110 110111 1000000 10000 1110 0 1001011 11101010 1000 10111

Color Harmonies of #363740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363740

Black with #363740

Text Example


Text Example

White with #363740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363740; }

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

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

background-color css

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

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

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

border-color css

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

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

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