#33341F

Color #33341F Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #33341F

Tints of Karaka #33341F

Color information

#33341F (or 0x33341F) is unknown color: approx Karaka. HEX triplet: 33, 34 and 1F. RGB value is (51,52,31). Sum of RGB (Red+Green+Blue) = 51+52+31=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #33341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33341F is #CCCBE0. Grayscale: #313131. Windows color (decimal): -13421537 or 2044979. OLE color: 2044979.

HSL color Cylindrical-coordinate representation of color #33341F: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33341F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB515231-
CMYK0.0200.400.80
HSL62.86º25.3%16.27%-
HSV(B)62.86º40.38%20.39%-
XYZ2.843.261.78-
YUV49.31117.67129.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=38.06%
G=38.81%
B=23.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152310.0200.400.8062.8625.316.27
Hex33341F2028503f1910
Octal6364372050120773120
Binary1100111101001111110010100010100001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33341F; }

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

 H1.HeaderClassName
 {
   color: #33341F;
 }
 .AnyTagClassName
 {
   color: #33341F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33341F;
 }
 .BgClassName
 {
   background-color: #33341F;
 }
</style>
border-color css

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

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

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