Html Css Color HEX #333114 Karaka

📋 copy color: '#333114'

red 51 ◦ green 49 ◦ blue 20

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

Shades of Karaka #333114

Tints of Karaka #333114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 42.5%
G = 40.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#333114 (or 0x333114) is known color: Karaka. HEX triplet: 33, 31 and 14. RGB value is (51,49,20). Sum of RGB (Red+Green+Blue) = 51+49+20=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333114 is #CCCEEB. Grayscale: #2E2E2E. Windows color (decimal): -13422316 or 1323315. OLE color: 1323315.

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

Color convert

RGB 51 49 20 -
CMYK 0 0.04 0.61 0.8
HSL 56.13º 0.44% 0.14% -
HSV(B) 56.13º 0.61% 0.2% -
XYZ 2.59 2.95 1.09 -
YUV 46.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 51 49 20 0 0.04 0.61 0.8 56.13 0.44 0.14
Hex 33 31 14 0 4 3D 50 38 2C E
Octal 63 61 24 0 4 75 120 70 54 16
Binary 110011 110001 10100 0 100 111101 1010000 111000 101100 1110

Color Harmonies of #333114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333114

Black with #333114

Text Example


Text Example

White with #333114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333114; }

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

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

background-color css

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

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

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

border-color css

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

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

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