Html Css Color HEX #353642 Black Rock

📋 copy color: '#353642'

red 53 ◦ green 54 ◦ blue 66

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

Shades of Black Rock #353642

Tints of Black Rock #353642

RGB

 RED value IS 53 (21.09% from 255) = 30.64%

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

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

R = 30.64%
G = 31.21%
B = 38.15%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353642 (or 0x353642) is known color: Black Rock. HEX triplet: 35, 36 and 42. RGB value is (53,54,66). Sum of RGB (Red+Green+Blue) = 53+54+66=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #353642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353642 is #CAC9BD. Grayscale: #373737. Windows color (decimal): -13289918 or 4339253. OLE color: 4339253.

HSL color Cylindrical-coordinate representation of color #353642: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #353642 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 54 66 -
CMYK 0.20 0.18 0 0.74
HSL 235.38º 0.11% 0.23% -
HSV(B) 235.38º 0.2% 0.26% -
XYZ 3.77 3.79 5.69 -
YUV 55.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 53 54 66 0.20 0.18 0 0.74 235.38 0.11 0.23
Hex 35 36 42 14 12 0 4A EB B 17
Octal 65 66 102 24 22 0 112 353 13 27
Binary 110101 110110 1000010 10100 10010 0 1001010 11101011 1011 10111

Color Harmonies of #353642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353642

Black with #353642

Text Example


Text Example

White with #353642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353642; }

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

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

background-color css

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

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

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

border-color css

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

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

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