Html Css Color HEX #1B0143 Blackcurrant

📋 copy color: '#1B0143'

red 27 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #1B0143

Tints of Blackcurrant #1B0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 70.53%

R = 28.42%
G = 1.05%
B = 70.53%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1B0143 (or 0x1B0143) is known color: Blackcurrant. HEX triplet: 1B, 01 and 43. RGB value is (27,1,67). Sum of RGB (Red+Green+Blue) = 27+1+67=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #1B0143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0143 is #E4FEBC. Grayscale: #101010. Windows color (decimal): -15007421 or 4391195. OLE color: 4391195.

HSL color Cylindrical-coordinate representation of color #1B0143: hue angle of 263.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0143 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 1 67 -
CMYK 0.60 0.99 0 0.74
HSL 263.64º 0.97% 0.13% -
HSV(B) 263.64º 0.99% 0.26% -
XYZ 1.48 0.66 5.36 -
YUV 16.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 27 1 67 0.60 0.99 0 0.74 263.64 0.97 0.13
Hex 1B 1 43 3C 63 0 4A 108 61 D
Octal 33 1 103 74 143 0 112 410 141 15
Binary 11011 1 1000011 111100 1100011 0 1001010 100001000 1100001 1101

Color Harmonies of #1B0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0143

Black with #1B0143

Text Example


Text Example

White with #1B0143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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