#0F0335

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

Shades of Tolopea #0F0335

Tints of Tolopea #0F0335

Color information

#0F0335 (or 0x0F0335) is unknown color: approx Tolopea. HEX triplet: 0F, 03 and 35. RGB value is (15,3,53). Sum of RGB (Red+Green+Blue) = 15+3+53=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0335 is #F0FCCA. Grayscale: #0C0C0C. Windows color (decimal): -15793355 or 3474191. OLE color: 3474191.

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

Color convert

RGB15353-
CMYK0.720.9400.79
HSL254.4º89.29%10.98%-
HSV(B)254.4º94.34%20.78%-
XYZ0.870.423.4-
YUV12.29150.98129.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 53 (21.09% from 255) = 74.65%
R=21.13%
G=4.23%
B=74.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153530.720.9400.79254.489.2910.98
HexF335485E04Ffe59b
Octal17365110136011737613113
Binary11111111010110010001011110010011111111111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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