Html Css Color HEX #333321 Karaka

📋 copy color: '#333321'

red 51 ◦ green 51 ◦ blue 33

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

Shades of Karaka #333321

Tints of Karaka #333321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 37.78%
G = 37.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#333321 (or 0x333321) is known color: Karaka. HEX triplet: 33, 33 and 21. RGB value is (51,51,33). Sum of RGB (Red+Green+Blue) = 51+51+33=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333321 is #CCCCDE. Grayscale: #313131. Windows color (decimal): -13421791 or 2175795. OLE color: 2175795.

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

Color convert

RGB 51 51 33 -
CMYK 0 0 0.35 0.8
HSL 60º 0.21% 0.16% -
HSV(B) 60º 0.35% 0.2% -
XYZ 2.82 3.18 1.9 -
YUV 48.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 51 51 33 0 0 0.35 0.8 60 0.21 0.16
Hex 33 33 21 0 0 23 50 3C 15 10
Octal 63 63 41 0 0 43 120 74 25 20
Binary 110011 110011 100001 0 0 100011 1010000 111100 10101 10000

Color Harmonies of #333321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333321

Black with #333321

Text Example


Text Example

White with #333321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333321; }

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

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

background-color css

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

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

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

border-color css

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

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

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