Html Css Color HEX #110427 Blackcurrant

📋 copy color: '#110427'

red 17 ◦ green 4 ◦ blue 39

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

Shades of Blackcurrant #110427

Tints of Blackcurrant #110427

RGB

 RED value IS 17 (7.03% from 255) = 28.33%

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

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

R = 28.33%
G = 6.67%
B = 65%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110427 (or 0x110427) is known color: Blackcurrant. HEX triplet: 11, 04 and 27. RGB value is (17,4,39). Sum of RGB (Red+Green+Blue) = 17+4+39=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #110427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110427 is #EEFBD8. Grayscale: #0B0B0B. Windows color (decimal): -15662041 or 2556945. OLE color: 2556945.

HSL color Cylindrical-coordinate representation of color #110427: hue angle of 262.29º 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 #110427 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 4 39 -
CMYK 0.56 0.90 0 0.85
HSL 262.29º 0.81% 0.08% -
HSV(B) 262.29º 0.9% 0.15% -
XYZ 0.64 0.35 1.95 -
YUV 11.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 17 4 39 0.56 0.90 0 0.85 262.29 0.81 0.08
Hex 11 4 27 38 5A 0 55 106 51 8
Octal 21 4 47 70 132 0 125 406 121 10
Binary 10001 100 100111 111000 1011010 0 1010101 100000110 1010001 1000

Color Harmonies of #110427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110427

Black with #110427

Text Example


Text Example

White with #110427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110427; }

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

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

background-color css

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

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

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

border-color css

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

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

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