Shades of Crusoe #095F1F
Tints of Crusoe #095F1F
RGB
CMYK
RGB Variations
Color information
#095F1F (or 0x095F1F) is known color: Crusoe. HEX triplet: 09, 5F and 1F. RGB value is (9,95,31). Sum of RGB (Red+Green+Blue) = 9+95+31=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #095F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F1F is #F6A0E0. Grayscale: #3E3E3E. Windows color (decimal): -16163041 or 2055945. OLE color: 2055945.
HSL color Cylindrical-coordinate representation of color #095F1F: hue angle of 135.35º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F1F is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 31 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.63 |
| HSL | 135.35º | 0.83% | 0.2% | - |
| HSV(B) | 135.35º | 0.91% | 0.37% | - |
| XYZ | 4.45 | 8.34 | 2.67 | - |
| YUV | 61.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 31 | 0.91 | 0 | 0.67 | 0.63 | 135.35 | 0.83 | 0.2 |
| Hex | 9 | 5F | 1F | 5B | 0 | 43 | 3F | 87 | 53 | 14 |
| Octal | 11 | 137 | 37 | 133 | 0 | 103 | 77 | 207 | 123 | 24 |
| Binary | 1001 | 1011111 | 11111 | 1011011 | 0 | 1000011 | 111111 | 10000111 | 1010011 | 10100 |
Color Harmonies of #095F1F
Complementary color
Monochromatic Colors of #095F1F
Black with #095F1F
Text Example
Text Example
White with #095F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F1F; }
p { color: rgb(9,95,31); }
H1.HeaderClassName
{
color: #095F1F;
}
.AnyTagClassName
{
color: #095F1F;
}
</style>
background-color css
<style>
a { background-color: #095F1F; }
a { background-color: rgb(9,95,31); }
div.DivClassName
{
background-color: #095F1F;
}
.BgClassName
{
background-color: #095F1F;
}
</style>
border-color css
<style>
span { border-color: #095F1F; }
span { border-color: rgb(9,95,31); }
td.TdClassName
{
border-color: #095F1F;
}
.TagClassName
{
border-color: #095F1F;
}
</style>