Html Css Color HEX #100327 Blackcurrant

📋 copy color: '#100327'

red 16 ◦ green 3 ◦ blue 39

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

Shades of Blackcurrant #100327

Tints of Blackcurrant #100327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

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

R = 27.59%
G = 5.17%
B = 67.24%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#100327 (or 0x100327) is known color: Blackcurrant. HEX triplet: 10, 03 and 27. RGB value is (16,3,39). Sum of RGB (Red+Green+Blue) = 16+3+39=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #100327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100327 is #EFFCD8. Grayscale: #0A0A0A. Windows color (decimal): -15727833 or 2556688. OLE color: 2556688.

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

Color convert

RGB 16 3 39 -
CMYK 0.59 0.92 0 0.85
HSL 261.67º 0.86% 0.08% -
HSV(B) 261.67º 0.92% 0.15% -
XYZ 0.61 0.32 1.95 -
YUV 10.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 16 3 39 0.59 0.92 0 0.85 261.67 0.86 0.08
Hex 10 3 27 3B 5C 0 55 106 56 8
Octal 20 3 47 73 134 0 125 406 126 10
Binary 10000 11 100111 111011 1011100 0 1010101 100000110 1010110 1000

Color Harmonies of #100327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100327

Black with #100327

Text Example


Text Example

White with #100327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100327; }

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

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

background-color css

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

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

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

border-color css

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

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

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