Html Css Color HEX #333119 Karaka

📋 copy color: '#333119'

red 51 ◦ green 49 ◦ blue 25

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

Shades of Karaka #333119

Tints of Karaka #333119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20%

R = 40.8%
G = 39.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#333119 (or 0x333119) is known color: Karaka. HEX triplet: 33, 31 and 19. RGB value is (51,49,25). Sum of RGB (Red+Green+Blue) = 51+49+25=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #333119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333119 is #CCCEE6. Grayscale: #2E2E2E. Windows color (decimal): -13422311 or 1650995. OLE color: 1650995.

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

Color convert

RGB 51 49 25 -
CMYK 0 0.04 0.51 0.8
HSL 55.38º 0.34% 0.15% -
HSV(B) 55.38º 0.51% 0.2% -
XYZ 2.64 2.97 1.35 -
YUV 46.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 51 49 25 0 0.04 0.51 0.8 55.38 0.34 0.15
Hex 33 31 19 0 4 33 50 37 22 F
Octal 63 61 31 0 4 63 120 67 42 17
Binary 110011 110001 11001 0 100 110011 1010000 110111 100010 1111

Color Harmonies of #333119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333119

Black with #333119

Text Example


Text Example

White with #333119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333119; }

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

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

background-color css

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

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

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

border-color css

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

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

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