Html Css Color HEX #1B061E Blackcurrant

📋 copy color: '#1B061E'

red 27 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #1B061E

Tints of Blackcurrant #1B061E

RGB

 RED value IS 27 (10.94% from 255) = 42.86%

 GREEN value IS 6 (2.73% from 255) = 9.52%

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B061E (or 0x1B061E) is known color: Blackcurrant. HEX triplet: 1B, 06 and 1E. RGB value is (27,6,30). Sum of RGB (Red+Green+Blue) = 27+6+30=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B061E is #E4F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15006178 or 1967643. OLE color: 1967643.

HSL color Cylindrical-coordinate representation of color #1B061E: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B061E is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 6 30 -
CMYK 0.10 0.80 0 0.88
HSL 292.5º 0.67% 0.07% -
HSV(B) 292.5º 0.8% 0.12% -
XYZ 0.75 0.46 1.28 -
YUV 15.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 27 6 30 0.10 0.80 0 0.88 292.5 0.67 0.07
Hex 1B 6 1E A 50 0 58 124 43 7
Octal 33 6 36 12 120 0 130 444 103 7
Binary 11011 110 11110 1010 1010000 0 1011000 100100100 1000011 111

Color Harmonies of #1B061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B061E

Black with #1B061E

Text Example


Text Example

White with #1B061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B061E; }

 p { color: rgb(27,6,30); }

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

background-color css

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

 a { background-color: rgb(27,6,30); }

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

border-color css

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

 span { border-color: rgb(27,6,30); }

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