Html Css Color HEX #323013 Karaka

📋 copy color: '#323013'

red 50 ◦ green 48 ◦ blue 19

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

Shades of Karaka #323013

Tints of Karaka #323013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 42.74%
G = 41.03%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#323013 (or 0x323013) is known color: Karaka. HEX triplet: 32, 30 and 13. RGB value is (50,48,19). Sum of RGB (Red+Green+Blue) = 50+48+19=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #323013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323013 is #CDCFEC. Grayscale: #2D2D2D. Windows color (decimal): -13488109 or 1257522. OLE color: 1257522.

HSL color Cylindrical-coordinate representation of color #323013: hue angle of 56.13º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323013 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 48 19 -
CMYK 0 0.04 0.62 0.80
HSL 56.13º 0.45% 0.14% -
HSV(B) 56.13º 0.62% 0.2% -
XYZ 2.49 2.84 1.03 -
YUV 45.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 50 48 19 0 0.04 0.62 0.80 56.13 0.45 0.14
Hex 32 30 13 0 4 3E 50 38 2D E
Octal 62 60 23 0 4 76 120 70 55 16
Binary 110010 110000 10011 0 100 111110 1010000 111000 101101 1110

Color Harmonies of #323013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323013

Black with #323013

Text Example


Text Example

White with #323013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323013; }

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

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

background-color css

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

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

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

border-color css

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

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

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