Html Css Color HEX #333113 Karaka

📋 copy color: '#333113'

red 51 ◦ green 49 ◦ blue 19

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

Shades of Karaka #333113

Tints of Karaka #333113

RGB

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

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

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

R = 42.86%
G = 41.18%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#333113 (or 0x333113) is known color: Karaka. HEX triplet: 33, 31 and 13. RGB value is (51,49,19). Sum of RGB (Red+Green+Blue) = 51+49+19=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #333113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333113 is #CCCEEC. Grayscale: #2E2E2E. Windows color (decimal): -13422317 or 1257779. OLE color: 1257779.

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

Color convert

RGB 51 49 19 -
CMYK 0 0.04 0.63 0.8
HSL 56.25º 0.46% 0.14% -
HSV(B) 56.25º 0.63% 0.2% -
XYZ 2.58 2.95 1.05 -
YUV 46.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 51 49 19 0 0.04 0.63 0.8 56.25 0.46 0.14
Hex 33 31 13 0 4 3F 50 38 2E E
Octal 63 61 23 0 4 77 120 70 56 16
Binary 110011 110001 10011 0 100 111111 1010000 111000 101110 1110

Color Harmonies of #333113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333113

Black with #333113

Text Example


Text Example

White with #333113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333113; }

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

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

background-color css

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

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

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

border-color css

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

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

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