#34331F

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

Shades of Karaka #34331F

Tints of Karaka #34331F

Color information

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

HSL color Cylindrical-coordinate representation of color #34331F: hue angle of 57.14º 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 #34331F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB525131-
CMYK00.020.400.80
HSL57.14º25.3%16.27%-
HSV(B)57.14º40.38%20.39%-
XYZ2.853.21.76-
YUV49.02117.83130.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52513100.020.400.8057.1425.316.27
Hex34331F022850391910
Octal6463370250120713120
Binary1101001100111111101010100010100001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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