Html Css Color HEX #1B0130 Blackcurrant

📋 copy color: '#1B0130'

red 27 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #1B0130

Tints of Blackcurrant #1B0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 63.16%

R = 35.53%
G = 1.32%
B = 63.16%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1B0130 (or 0x1B0130) is known color: Blackcurrant. HEX triplet: 1B, 01 and 30. RGB value is (27,1,48). Sum of RGB (Red+Green+Blue) = 27+1+48=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #1B0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0130 is #E4FECF. Grayscale: #0D0D0D. Windows color (decimal): -15007440 or 3146011. OLE color: 3146011.

HSL color Cylindrical-coordinate representation of color #1B0130: hue angle of 273.19º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0130 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 1 48 -
CMYK 0.44 0.98 0 0.81
HSL 273.19º 0.96% 0.1% -
HSV(B) 273.19º 0.98% 0.19% -
XYZ 1 0.47 2.83 -
YUV 14.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 27 1 48 0.44 0.98 0 0.81 273.19 0.96 0.1
Hex 1B 1 30 2C 62 0 51 111 60 A
Octal 33 1 60 54 142 0 121 421 140 12
Binary 11011 1 110000 101100 1100010 0 1010001 100010001 1100000 1010

Color Harmonies of #1B0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0130

Black with #1B0130

Text Example


Text Example

White with #1B0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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