Html Css Color HEX #1B0832 Blackcurrant

📋 copy color: '#1B0832'

red 27 ◦ green 8 ◦ blue 50

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

Shades of Blackcurrant #1B0832

Tints of Blackcurrant #1B0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

 BLUE value IS 50 (19.92% from 255) = 58.82%

R = 31.76%
G = 9.41%
B = 58.82%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1B0832 (or 0x1B0832) is known color: Blackcurrant. HEX triplet: 1B, 08 and 32. RGB value is (27,8,50). Sum of RGB (Red+Green+Blue) = 27+8+50=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0832 is #E4F7CD. Grayscale: #121212. Windows color (decimal): -15005646 or 3278875. OLE color: 3278875.

HSL color Cylindrical-coordinate representation of color #1B0832: hue angle of 267.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0832 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 27 8 50 -
CMYK 0.46 0.84 0 0.80
HSL 267.14º 0.72% 0.11% -
HSV(B) 267.14º 0.84% 0.2% -
XYZ 1.11 0.64 3.08 -
YUV 18.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 27 8 50 0.46 0.84 0 0.80 267.14 0.72 0.11
Hex 1B 8 32 2E 54 0 50 10B 48 B
Octal 33 10 62 56 124 0 120 413 110 13
Binary 11011 1000 110010 101110 1010100 0 1010000 100001011 1001000 1011

Color Harmonies of #1B0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0832

Black with #1B0832

Text Example


Text Example

White with #1B0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,8,50); }

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

background-color css

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

 a { background-color: rgb(27,8,50); }

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

border-color css

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

 span { border-color: rgb(27,8,50); }

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