Html Css Color HEX #10501F Crusoe

📋 copy color: '#10501F'

red 16 ◦ green 80 ◦ blue 31

#10501F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #10501F

Tints of Crusoe #10501F

RGB

 RED value IS 16 (6.64% from 255) = 12.6%

 GREEN value IS 80 (31.64% from 255) = 62.99%

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 12.6%
G = 62.99%
B = 24.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#10501F (or 0x10501F) is known color: Crusoe. HEX triplet: 10, 50 and 1F. RGB value is (16,80,31). Sum of RGB (Red+Green+Blue) = 16+80+31=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #10501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10501F is #EFAFE0. Grayscale: #373737. Windows color (decimal): -15708129 or 2052112. OLE color: 2052112.

HSL color Cylindrical-coordinate representation of color #10501F: hue angle of 134.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10501F is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 80 31 -
CMYK 0.80 0 0.61 0.69
HSL 134.06º 0.67% 0.19% -
HSV(B) 134.06º 0.8% 0.31% -
XYZ 3.33 5.95 2.27 -
YUV 55.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 16 80 31 0.80 0 0.61 0.69 134.06 0.67 0.19
Hex 10 50 1F 50 0 3D 45 86 43 13
Octal 20 120 37 120 0 75 105 206 103 23
Binary 10000 1010000 11111 1010000 0 111101 1000101 10000110 1000011 10011

Color Harmonies of #10501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10501F

Black with #10501F

Text Example


Text Example

White with #10501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10501F; }

 p { color: rgb(16,80,31); }

 H1.HeaderClassName
 {
   color: #10501F;
 }
 .AnyTagClassName
 {
   color: #10501F;
 }
</style>

background-color css

<style>
 a { background-color: #10501F; }

 a { background-color: rgb(16,80,31); }

 div.DivClassName
 {
   background-color: #10501F;
 }
 .BgClassName
 {
   background-color: #10501F;
 }
</style>

border-color css

<style>
 span { border-color: #10501F; }

 span { border-color: rgb(16,80,31); }

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