Html Css Color HEX #1B0133 Blackcurrant

📋 copy color: '#1B0133'

red 27 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #1B0133

Tints of Blackcurrant #1B0133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 64.56%

R = 34.18%
G = 1.27%
B = 64.56%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#1B0133 (or 0x1B0133) is known color: Blackcurrant. HEX triplet: 1B, 01 and 33. RGB value is (27,1,51). Sum of RGB (Red+Green+Blue) = 27+1+51=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #1B0133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0133 is #E4FECC. Grayscale: #0E0E0E. Windows color (decimal): -15007437 or 3342619. OLE color: 3342619.

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

Color convert

RGB 27 1 51 -
CMYK 0.47 0.98 0 0.8
HSL 271.2º 0.96% 0.1% -
HSV(B) 271.2º 0.98% 0.2% -
XYZ 1.06 0.49 3.17 -
YUV 14.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 27 1 51 0.47 0.98 0 0.8 271.2 0.96 0.1
Hex 1B 1 33 2F 62 0 50 10F 60 A
Octal 33 1 63 57 142 0 120 417 140 12
Binary 11011 1 110011 101111 1100010 0 1010000 100001111 1100000 1010

Color Harmonies of #1B0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0133

Black with #1B0133

Text Example


Text Example

White with #1B0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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