Html Css Color HEX #353643 Black Rock

📋 copy color: '#353643'

red 53 ◦ green 54 ◦ blue 67

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

Shades of Black Rock #353643

Tints of Black Rock #353643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 30.46%
G = 31.03%
B = 38.51%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353643 (or 0x353643) is known color: Black Rock. HEX triplet: 35, 36 and 43. RGB value is (53,54,67). Sum of RGB (Red+Green+Blue) = 53+54+67=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 67 - color contains mainly: blue. Hex color #353643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353643 is #CAC9BC. Grayscale: #373737. Windows color (decimal): -13289917 or 4404789. OLE color: 4404789.

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

Color convert

RGB 53 54 67 -
CMYK 0.21 0.19 0 0.74
HSL 235.71º 0.12% 0.24% -
HSV(B) 235.71º 0.21% 0.26% -
XYZ 3.8 3.8 5.84 -
YUV 55.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 53 54 67 0.21 0.19 0 0.74 235.71 0.12 0.24
Hex 35 36 43 15 13 0 4A EC C 18
Octal 65 66 103 25 23 0 112 354 14 30
Binary 110101 110110 1000011 10101 10011 0 1001010 11101100 1100 11000

Color Harmonies of #353643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353643

Black with #353643

Text Example


Text Example

White with #353643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353643; }

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

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

background-color css

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

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

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

border-color css

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

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

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