Html Css Color HEX #353745 Black Rock

📋 copy color: '#353745'

red 53 ◦ green 55 ◦ blue 69

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

Shades of Black Rock #353745

Tints of Black Rock #353745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 29.94%
G = 31.07%
B = 38.98%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353745 (or 0x353745) is known color: Black Rock. HEX triplet: 35, 37 and 45. RGB value is (53,55,69). Sum of RGB (Red+Green+Blue) = 53+55+69=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #353745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353745 is #CAC8BA. Grayscale: #373737. Windows color (decimal): -13289659 or 4536117. OLE color: 4536117.

HSL color Cylindrical-coordinate representation of color #353745: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353745 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 55 69 -
CMYK 0.23 0.20 0 0.73
HSL 232.5º 0.13% 0.24% -
HSV(B) 232.5º 0.23% 0.27% -
XYZ 3.91 3.92 6.18 -
YUV 56 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 53 55 69 0.23 0.20 0 0.73 232.5 0.13 0.24
Hex 35 37 45 17 14 0 49 E8 D 18
Octal 65 67 105 27 24 0 111 350 15 30
Binary 110101 110111 1000101 10111 10100 0 1001001 11101000 1101 11000

Color Harmonies of #353745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353745

Black with #353745

Text Example


Text Example

White with #353745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353745; }

 p { color: rgb(53,55,69); }

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

background-color css

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

 a { background-color: rgb(53,55,69); }

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

border-color css

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

 span { border-color: rgb(53,55,69); }

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