Html Css Color HEX #353743 Black Rock

📋 copy color: '#353743'

red 53 ◦ green 55 ◦ blue 67

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

Shades of Black Rock #353743

Tints of Black Rock #353743

RGB

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

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

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

R = 30.29%
G = 31.43%
B = 38.29%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353743 (or 0x353743) is known color: Black Rock. HEX triplet: 35, 37 and 43. RGB value is (53,55,67). Sum of RGB (Red+Green+Blue) = 53+55+67=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #353743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353743 is #CAC8BC. Grayscale: #373737. Windows color (decimal): -13289661 or 4405045. OLE color: 4405045.

HSL color Cylindrical-coordinate representation of color #353743: hue angle of 231.43º 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 #353743 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 55 67 -
CMYK 0.21 0.18 0 0.74
HSL 231.43º 0.12% 0.24% -
HSV(B) 231.43º 0.21% 0.26% -
XYZ 3.85 3.89 5.86 -
YUV 55.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 53 55 67 0.21 0.18 0 0.74 231.43 0.12 0.24
Hex 35 37 43 15 12 0 4A E7 C 18
Octal 65 67 103 25 22 0 112 347 14 30
Binary 110101 110111 1000011 10101 10010 0 1001010 11100111 1100 11000

Color Harmonies of #353743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353743

Black with #353743

Text Example


Text Example

White with #353743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353743; }

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

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

background-color css

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

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

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

border-color css

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

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

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