#333108

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

Shades of Karaka #333108

Tints of Karaka #333108

Color information

#333108 (or 0x333108) is unknown color: approx Karaka. HEX triplet: 33, 31 and 08. RGB value is (51,49,8). Sum of RGB (Red+Green+Blue) = 51+49+8=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #333108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333108 is #CCCEF7. Grayscale: #2D2D2D. Windows color (decimal): -13422328 or 536883. OLE color: 536883.

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

Color convert

RGB51498-
CMYK00.040.840.8
HSL57.21º72.88%11.57%-
HSV(B)57.21º84.31%20%-
XYZ2.512.920.66-
YUV44.92107.16132.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=47.22%
G=45.37%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5149800.040.840.857.2172.8811.57
Hex333180454503949c
Octal636110041241207111114
Binary110011110001100001001010100101000011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333108; }

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

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

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

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

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

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

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

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