#015B1B

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

Shades of Crusoe #015B1B

Tints of Crusoe #015B1B

Color information

#015B1B (or 0x015B1B) is unknown color: approx Crusoe. HEX triplet: 01, 5B and 1B. RGB value is (1,91,27). Sum of RGB (Red+Green+Blue) = 1+91+27=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #015B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B1B is #FEA4E4. Grayscale: #383838. Windows color (decimal): -16688357 or 1792769. OLE color: 1792769.

HSL color Cylindrical-coordinate representation of color #015B1B: hue angle of 137.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B1B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB19127-
CMYK0.9900.700.64
HSL137.33º97.83%18.04%-
HSV(B)137.33º98.9%35.69%-
XYZ3.957.572.29-
YUV56.79111.1888.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 91 (35.94% from 255) = 76.47%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=0.84%
G=76.47%
B=22.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal191270.9900.700.64137.3397.8318.04
Hex15B1B6304640896212
Octal113333143010610021114222
Binary1101101111011110001101000110100000010001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015B1B; }

 p { color: rgb(1,91,27); }

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

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

 a { background-color: rgb(1,91,27); }

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

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

 span { border-color: rgb(1,91,27); }

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