Html Css Color HEX #333118 Karaka

📋 copy color: '#333118'

red 51 ◦ green 49 ◦ blue 24

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

Shades of Karaka #333118

Tints of Karaka #333118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 41.13%
G = 39.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#333118 (or 0x333118) is known color: Karaka. HEX triplet: 33, 31 and 18. RGB value is (51,49,24). Sum of RGB (Red+Green+Blue) = 51+49+24=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #333118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333118 is #CCCEE7. Grayscale: #2E2E2E. Windows color (decimal): -13422312 or 1585459. OLE color: 1585459.

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

Color convert

RGB 51 49 24 -
CMYK 0 0.04 0.53 0.8
HSL 55.56º 0.36% 0.15% -
HSV(B) 55.56º 0.53% 0.2% -
XYZ 2.63 2.97 1.3 -
YUV 46.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 51 49 24 0 0.04 0.53 0.8 55.56 0.36 0.15
Hex 33 31 18 0 4 35 50 38 24 F
Octal 63 61 30 0 4 65 120 70 44 17
Binary 110011 110001 11000 0 100 110101 1010000 111000 100100 1111

Color Harmonies of #333118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333118

Black with #333118

Text Example


Text Example

White with #333118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333118; }

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

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

background-color css

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

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

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

border-color css

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

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

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