#33302A

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

Shades of Creole #33302A

Tints of Creole #33302A

Color information

#33302A (or 0x33302A) is unknown color: approx Creole. HEX triplet: 33, 30 and 2A. RGB value is (51,48,42). Sum of RGB (Red+Green+Blue) = 51+48+42=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 51 - color contains mainly: red. Hex color #33302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33302A is #CCCFD5. Grayscale: #303030. Windows color (decimal): -13422550 or 2764851. OLE color: 2764851.

HSL color Cylindrical-coordinate representation of color #33302A: hue angle of 40º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33302A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB514842-
CMYK00.060.180.8
HSL40º9.68%18.24%-
HSV(B)40º17.65%20%-
XYZ2.842.982.62-
YUV48.21124.49129.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51484200.060.180.8409.6818.24
Hex33302A06125028a12
Octal6360520622120501222
Binary1100111100001010100110100101010000101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33302A; }

 p { color: rgb(51,48,42); }

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

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

 a { background-color: rgb(51,48,42); }

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

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

 span { border-color: rgb(51,48,42); }

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