Html Css Color HEX #333424 Karaka

📋 copy color: '#333424'

red 51 ◦ green 52 ◦ blue 36

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

Shades of Karaka #333424

Tints of Karaka #333424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 36.69%
G = 37.41%
B = 25.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#333424 (or 0x333424) is known color: Karaka. HEX triplet: 33, 34 and 24. RGB value is (51,52,36). Sum of RGB (Red+Green+Blue) = 51+52+36=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #333424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333424 is #CCCBDB. Grayscale: #313131. Windows color (decimal): -13421532 or 2372659. OLE color: 2372659.

HSL color Cylindrical-coordinate representation of color #333424: hue angle of 63.75º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333424 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 36 -
CMYK 0.02 0 0.31 0.80
HSL 63.75º 0.18% 0.17% -
HSV(B) 63.75º 0.31% 0.2% -
XYZ 2.91 3.29 2.15 -
YUV 49.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 51 52 36 0.02 0 0.31 0.80 63.75 0.18 0.17
Hex 33 34 24 2 0 1F 50 40 12 11
Octal 63 64 44 2 0 37 120 100 22 21
Binary 110011 110100 100100 10 0 11111 1010000 1000000 10010 10001

Color Harmonies of #333424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333424

Black with #333424

Text Example


Text Example

White with #333424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333424; }

 p { color: rgb(51,52,36); }

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

background-color css

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

 a { background-color: rgb(51,52,36); }

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

border-color css

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

 span { border-color: rgb(51,52,36); }

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