Html Css Color HEX #323313 Karaka

📋 copy color: '#323313'

red 50 ◦ green 51 ◦ blue 19

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

Shades of Karaka #323313

Tints of Karaka #323313

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #323313: hue angle of 61.88º 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 #323313 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 50 51 19 -
CMYK 0.02 0 0.63 0.8
HSL 61.88º 0.46% 0.14% -
HSV(B) 61.88º 0.63% 0.2% -
XYZ 2.62 3.09 1.08 -
YUV 47.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 50 51 19 0.02 0 0.63 0.8 61.88 0.46 0.14
Hex 32 33 13 2 0 3F 50 3E 2E E
Octal 62 63 23 2 0 77 120 76 56 16
Binary 110010 110011 10011 10 0 111111 1010000 111110 101110 1110

Color Harmonies of #323313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323313

Black with #323313

Text Example


Text Example

White with #323313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323313; }

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

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

background-color css

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

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

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

border-color css

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

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

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