Html Css Color HEX #333219 Karaka

📋 copy color: '#333219'

red 51 ◦ green 50 ◦ blue 25

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

Shades of Karaka #333219

Tints of Karaka #333219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

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

R = 40.48%
G = 39.68%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#333219 (or 0x333219) is known color: Karaka. HEX triplet: 33, 32 and 19. RGB value is (51,50,25). Sum of RGB (Red+Green+Blue) = 51+50+25=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #333219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333219 is #CCCDE6. Grayscale: #2F2F2F. Windows color (decimal): -13422055 or 1651251. OLE color: 1651251.

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

Color convert

RGB 51 50 25 -
CMYK 0 0.02 0.51 0.8
HSL 57.69º 0.34% 0.15% -
HSV(B) 57.69º 0.51% 0.2% -
XYZ 2.68 3.06 1.37 -
YUV 47.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 51 50 25 0 0.02 0.51 0.8 57.69 0.34 0.15
Hex 33 32 19 0 2 33 50 3A 22 F
Octal 63 62 31 0 2 63 120 72 42 17
Binary 110011 110010 11001 0 10 110011 1010000 111010 100010 1111

Color Harmonies of #333219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333219

Black with #333219

Text Example


Text Example

White with #333219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333219; }

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

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

background-color css

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

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

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

border-color css

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

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

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