Html Css Color HEX #353516 Karaka

📋 copy color: '#353516'

red 53 ◦ green 53 ◦ blue 22

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

Shades of Karaka #353516

Tints of Karaka #353516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 41.41%
G = 41.41%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#353516 (or 0x353516) is known color: Karaka. HEX triplet: 35, 35 and 16. RGB value is (53,53,22). Sum of RGB (Red+Green+Blue) = 53+53+22=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353516 is #CACAE9. Grayscale: #313131. Windows color (decimal): -13290218 or 1455413. OLE color: 1455413.

HSL color Cylindrical-coordinate representation of color #353516: hue angle of 60º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353516 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 53 22 -
CMYK 0 0 0.58 0.79
HSL 60º 0.41% 0.15% -
HSV(B) 60º 0.58% 0.21% -
XYZ 2.89 3.36 1.26 -
YUV 49.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 53 53 22 0 0 0.58 0.79 60 0.41 0.15
Hex 35 35 16 0 0 3A 4F 3C 29 F
Octal 65 65 26 0 0 72 117 74 51 17
Binary 110101 110101 10110 0 0 111010 1001111 111100 101001 1111

Color Harmonies of #353516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353516

Black with #353516

Text Example


Text Example

White with #353516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353516; }

 p { color: rgb(53,53,22); }

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

background-color css

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

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

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

border-color css

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

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

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