Html Css Color HEX #363742 Black Rock

📋 copy color: '#363742'

red 54 ◦ green 55 ◦ blue 66

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

Shades of Black Rock #363742

Tints of Black Rock #363742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 30.86%
G = 31.43%
B = 37.71%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363742 (or 0x363742) is known color: Black Rock. HEX triplet: 36, 37 and 42. RGB value is (54,55,66). Sum of RGB (Red+Green+Blue) = 54+55+66=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #363742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363742 is #C9C8BD. Grayscale: #373737. Windows color (decimal): -13224126 or 4339510. OLE color: 4339510.

HSL color Cylindrical-coordinate representation of color #363742: hue angle of 235º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #363742 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 55 66 -
CMYK 0.18 0.17 0 0.74
HSL 235º 0.1% 0.24% -
HSV(B) 235º 0.18% 0.26% -
XYZ 3.87 3.91 5.7 -
YUV 55.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 54 55 66 0.18 0.17 0 0.74 235 0.1 0.24
Hex 36 37 42 12 11 0 4A EB A 18
Octal 66 67 102 22 21 0 112 353 12 30
Binary 110110 110111 1000010 10010 10001 0 1001010 11101011 1010 11000

Color Harmonies of #363742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363742

Black with #363742

Text Example


Text Example

White with #363742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363742; }

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

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

background-color css

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

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

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

border-color css

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

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

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