Html Css Color HEX #333311 Karaka

📋 copy color: '#333311'

red 51 ◦ green 51 ◦ blue 17

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

Shades of Karaka #333311

Tints of Karaka #333311

RGB

 RED value IS 51 (20.31% from 255) = 42.86%

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

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#333311 (or 0x333311) is known color: Karaka. HEX triplet: 33, 33 and 11. RGB value is (51,51,17). Sum of RGB (Red+Green+Blue) = 51+51+17=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333311 is #CCCCEE. Grayscale: #2F2F2F. Windows color (decimal): -13421807 or 1127219. OLE color: 1127219.

HSL color Cylindrical-coordinate representation of color #333311: hue angle of 60º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333311 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 51 17 -
CMYK 0 0 0.67 0.8
HSL 60º 0.5% 0.13% -
HSV(B) 60º 0.67% 0.2% -
XYZ 2.65 3.11 0.99 -
YUV 47.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 51 51 17 0 0 0.67 0.8 60 0.5 0.13
Hex 33 33 11 0 0 43 50 3C 32 D
Octal 63 63 21 0 0 103 120 74 62 15
Binary 110011 110011 10001 0 0 1000011 1010000 111100 110010 1101

Color Harmonies of #333311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333311

Black with #333311

Text Example


Text Example

White with #333311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333311; }

 p { color: rgb(51,51,17); }

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

background-color css

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

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

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

border-color css

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

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

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