Html Css Color HEX #333229 Karaka

📋 copy color: '#333229'

red 51 ◦ green 50 ◦ blue 41

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

Shades of Karaka #333229

Tints of Karaka #333229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 41 (16.41% from 255) = 28.87%

R = 35.92%
G = 35.21%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#333229 (or 0x333229) is known color: Karaka. HEX triplet: 33, 32 and 29. RGB value is (51,50,41). Sum of RGB (Red+Green+Blue) = 51+50+41=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #333229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333229 is #CCCDD6. Grayscale: #313131. Windows color (decimal): -13422039 or 2699827. OLE color: 2699827.

HSL color Cylindrical-coordinate representation of color #333229: hue angle of 54º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333229 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 50 41 -
CMYK 0 0.02 0.20 0.8
HSL 54º 0.11% 0.18% -
HSV(B) 54º 0.2% 0.2% -
XYZ 2.91 3.15 2.55 -
YUV 49.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 51 50 41 0 0.02 0.20 0.8 54 0.11 0.18
Hex 33 32 29 0 2 14 50 36 B 12
Octal 63 62 51 0 2 24 120 66 13 22
Binary 110011 110010 101001 0 10 10100 1010000 110110 1011 10010

Color Harmonies of #333229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333229

Black with #333229

Text Example


Text Example

White with #333229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333229; }

 p { color: rgb(51,50,41); }

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

background-color css

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

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

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

border-color css

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

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

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