Html Css Color HEX #1B012B Blackcurrant

📋 copy color: '#1B012B'

red 27 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #1B012B

Tints of Blackcurrant #1B012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.41%

 BLUE value IS 43 (17.19% from 255) = 60.56%

R = 38.03%
G = 1.41%
B = 60.56%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B012B (or 0x1B012B) is known color: Blackcurrant. HEX triplet: 1B, 01 and 2B. RGB value is (27,1,43). Sum of RGB (Red+Green+Blue) = 27+1+43=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B012B is #E4FED4. Grayscale: #0D0D0D. Windows color (decimal): -15007445 or 2818331. OLE color: 2818331.

HSL color Cylindrical-coordinate representation of color #1B012B: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B012B is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 27 1 43 -
CMYK 0.37 0.98 0 0.83
HSL 277.14º 0.95% 0.09% -
HSV(B) 277.14º 0.98% 0.17% -
XYZ 0.9 0.43 2.32 -
YUV 13.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 27 1 43 0.37 0.98 0 0.83 277.14 0.95 0.09
Hex 1B 1 2B 25 62 0 53 115 5F 9
Octal 33 1 53 45 142 0 123 425 137 11
Binary 11011 1 101011 100101 1100010 0 1010011 100010101 1011111 1001

Color Harmonies of #1B012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B012B

Black with #1B012B

Text Example


Text Example

White with #1B012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,43); }

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

background-color css

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

 a { background-color: rgb(27,1,43); }

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

border-color css

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

 span { border-color: rgb(27,1,43); }

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