Html Css Color HEX #353300 Karaka

📋 copy color: '#353300'

red 53 ◦ green 51 ◦ blue 0

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

Shades of Karaka #353300

Tints of Karaka #353300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.96%
G = 49.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#353300 (or 0x353300) is known color: Karaka. HEX triplet: 35, 33 and 00. RGB value is (53,51,0). Sum of RGB (Red+Green+Blue) = 53+51+0=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #353300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353300 is #CACCFF. Grayscale: #2D2D2D. Windows color (decimal): -13290752 or 13109. OLE color: 13109.

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

Color convert

RGB 53 51 0 -
CMYK 0 0.04 1 0.79
HSL 57.74º 1% 0.1% -
HSV(B) 57.74º 1% 0.21% -
XYZ 2.65 3.12 0.46 -
YUV 45.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 53 51 0 0 0.04 1 0.79 57.74 1 0.1
Hex 35 33 0 0 4 64 4F 3A 64 A
Octal 65 63 0 0 4 144 117 72 144 12
Binary 110101 110011 0 0 100 1100100 1001111 111010 1100100 1010

Color Harmonies of #353300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353300

Black with #353300

Text Example


Text Example

White with #353300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353300; }

 p { color: rgb(53,51,0); }

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

background-color css

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

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

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

border-color css

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

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

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