#0F0333

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

Shades of Tolopea #0F0333

Tints of Tolopea #0F0333

Color information

#0F0333 (or 0x0F0333) is unknown color: approx Tolopea. HEX triplet: 0F, 03 and 33. RGB value is (15,3,51). Sum of RGB (Red+Green+Blue) = 15+3+51=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F0333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0333 is #F0FCCC. Grayscale: #0B0B0B. Windows color (decimal): -15793357 or 3343119. OLE color: 3343119.

HSL color Cylindrical-coordinate representation of color #0F0333: hue angle of 255º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0333 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB15351-
CMYK0.710.9400.8
HSL255º88.89%10.59%-
HSV(B)255º94.12%20%-
XYZ0.830.413.17-
YUV12.06149.98130.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 51 (20.31% from 255) = 73.91%
R=21.74%
G=4.35%
B=73.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal153510.710.9400.825588.8910.59
HexF333475E050ff59b
Octal17363107136012037713113
Binary11111111001110001111011110010100001111111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0333; }

 p { color: rgb(15,3,51); }

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

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

 a { background-color: rgb(15,3,51); }

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

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

 span { border-color: rgb(15,3,51); }

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