#33310B

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

Shades of Karaka #33310B

Tints of Karaka #33310B

Color information

#33310B (or 0x33310B) is unknown color: approx Karaka. HEX triplet: 33, 31 and 0B. RGB value is (51,49,11). Sum of RGB (Red+Green+Blue) = 51+49+11=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #33310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33310B is #CCCEF4. Grayscale: #2D2D2D. Windows color (decimal): -13422325 or 733491. OLE color: 733491.

HSL color Cylindrical-coordinate representation of color #33310B: hue angle of 57º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33310B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB514911-
CMYK00.040.780.8
HSL57º64.52%12.16%-
HSV(B)57º78.43%20%-
XYZ2.522.920.75-
YUV45.27108.66132.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=45.95%
G=44.14%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51491100.040.780.85764.5212.16
Hex3331B044E503941c
Octal636113041161207110114
Binary110011110001101101001001110101000011100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33310B; }

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

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

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

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

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

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

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

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