Html Css Color HEX #100427 Blackcurrant

📋 copy color: '#100427'

red 16 ◦ green 4 ◦ blue 39

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

Shades of Blackcurrant #100427

Tints of Blackcurrant #100427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 27.12%
G = 6.78%
B = 66.1%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#100427 (or 0x100427) is known color: Blackcurrant. HEX triplet: 10, 04 and 27. RGB value is (16,4,39). Sum of RGB (Red+Green+Blue) = 16+4+39=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #100427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100427 is #EFFBD8. Grayscale: #0B0B0B. Windows color (decimal): -15727577 or 2556944. OLE color: 2556944.

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

Color convert

RGB 16 4 39 -
CMYK 0.59 0.90 0 0.85
HSL 260.57º 0.81% 0.08% -
HSV(B) 260.57º 0.9% 0.15% -
XYZ 0.62 0.34 1.95 -
YUV 11.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 16 4 39 0.59 0.90 0 0.85 260.57 0.81 0.08
Hex 10 4 27 3B 5A 0 55 105 51 8
Octal 20 4 47 73 132 0 125 405 121 10
Binary 10000 100 100111 111011 1011010 0 1010101 100000101 1010001 1000

Color Harmonies of #100427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100427

Black with #100427

Text Example


Text Example

White with #100427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100427; }

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

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

background-color css

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

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

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

border-color css

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

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

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