Html Css Color HEX #1B071E Blackcurrant

📋 copy color: '#1B071E'

red 27 ◦ green 7 ◦ blue 30

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

Shades of Blackcurrant #1B071E

Tints of Blackcurrant #1B071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.94%

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

R = 42.19%
G = 10.94%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B071E (or 0x1B071E) is known color: Blackcurrant. HEX triplet: 1B, 07 and 1E. RGB value is (27,7,30). Sum of RGB (Red+Green+Blue) = 27+7+30=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B071E is #E4F8E1. Grayscale: #0F0F0F. Windows color (decimal): -15005922 or 1967899. OLE color: 1967899.

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

Color convert

RGB 27 7 30 -
CMYK 0.10 0.77 0 0.88
HSL 292.17º 0.62% 0.07% -
HSV(B) 292.17º 0.77% 0.12% -
XYZ 0.76 0.48 1.28 -
YUV 15.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 27 7 30 0.10 0.77 0 0.88 292.17 0.62 0.07
Hex 1B 7 1E A 4D 0 58 124 3E 7
Octal 33 7 36 12 115 0 130 444 76 7
Binary 11011 111 11110 1010 1001101 0 1011000 100100100 111110 111

Color Harmonies of #1B071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B071E

Black with #1B071E

Text Example


Text Example

White with #1B071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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