Html Css Color HEX #333213 Karaka

📋 copy color: '#333213'

red 51 ◦ green 50 ◦ blue 19

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

Shades of Karaka #333213

Tints of Karaka #333213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 42.5%
G = 41.67%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#333213 (or 0x333213) is known color: Karaka. HEX triplet: 33, 32 and 13. RGB value is (51,50,19). Sum of RGB (Red+Green+Blue) = 51+50+19=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333213 is #CCCDEC. Grayscale: #2E2E2E. Windows color (decimal): -13422061 or 1258035. OLE color: 1258035.

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

Color convert

RGB 51 50 19 -
CMYK 0 0.02 0.63 0.8
HSL 58.13º 0.46% 0.14% -
HSV(B) 58.13º 0.63% 0.2% -
XYZ 2.62 3.03 1.06 -
YUV 46.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 51 50 19 0 0.02 0.63 0.8 58.13 0.46 0.14
Hex 33 32 13 0 2 3F 50 3A 2E E
Octal 63 62 23 0 2 77 120 72 56 16
Binary 110011 110010 10011 0 10 111111 1010000 111010 101110 1110

Color Harmonies of #333213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333213

Black with #333213

Text Example


Text Example

White with #333213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333213; }

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

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

background-color css

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

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

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

border-color css

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

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

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