Html Css Color HEX #333112 Karaka

📋 copy color: '#333112'

red 51 ◦ green 49 ◦ blue 18

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

Shades of Karaka #333112

Tints of Karaka #333112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 43.22%
G = 41.53%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#333112 (or 0x333112) is known color: Karaka. HEX triplet: 33, 31 and 12. RGB value is (51,49,18). Sum of RGB (Red+Green+Blue) = 51+49+18=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #333112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333112 is #CCCEED. Grayscale: #2E2E2E. Windows color (decimal): -13422318 or 1192243. OLE color: 1192243.

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

Color convert

RGB 51 49 18 -
CMYK 0 0.04 0.65 0.8
HSL 56.36º 0.48% 0.14% -
HSV(B) 56.36º 0.65% 0.2% -
XYZ 2.57 2.94 1 -
YUV 46.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 51 49 18 0 0.04 0.65 0.8 56.36 0.48 0.14
Hex 33 31 12 0 4 41 50 38 30 E
Octal 63 61 22 0 4 101 120 70 60 16
Binary 110011 110001 10010 0 100 1000001 1010000 111000 110000 1110

Color Harmonies of #333112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333112

Black with #333112

Text Example


Text Example

White with #333112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333112; }

 p { color: rgb(51,49,18); }

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

background-color css

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

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

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

border-color css

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

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

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