Html Css Color HEX #100127 Blackcurrant

📋 copy color: '#100127'

red 16 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #100127

Tints of Blackcurrant #100127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

 BLUE value IS 39 (15.63% from 255) = 69.64%

R = 28.57%
G = 1.79%
B = 69.64%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#100127 (or 0x100127) is known color: Blackcurrant. HEX triplet: 10, 01 and 27. RGB value is (16,1,39). Sum of RGB (Red+Green+Blue) = 16+1+39=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #100127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100127 is #EFFED8. Grayscale: #090909. Windows color (decimal): -15728345 or 2556176. OLE color: 2556176.

HSL color Cylindrical-coordinate representation of color #100127: hue angle of 263.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100127 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 1 39 -
CMYK 0.59 0.97 0 0.85
HSL 263.68º 0.95% 0.08% -
HSV(B) 263.68º 0.97% 0.15% -
XYZ 0.59 0.28 1.94 -
YUV 9.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 16 1 39 0.59 0.97 0 0.85 263.68 0.95 0.08
Hex 10 1 27 3B 61 0 55 108 5F 8
Octal 20 1 47 73 141 0 125 410 137 10
Binary 10000 1 100111 111011 1100001 0 1010101 100001000 1011111 1000

Color Harmonies of #100127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100127

Black with #100127

Text Example


Text Example

White with #100127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100127; }

 p { color: rgb(16,1,39); }

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

background-color css

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

 a { background-color: rgb(16,1,39); }

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

border-color css

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

 span { border-color: rgb(16,1,39); }

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