Html Css Color HEX #1B0920 Blackcurrant

📋 copy color: '#1B0920'

red 27 ◦ green 9 ◦ blue 32

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

Shades of Blackcurrant #1B0920

Tints of Blackcurrant #1B0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.24%

 BLUE value IS 32 (12.89% from 255) = 47.06%

R = 39.71%
G = 13.24%
B = 47.06%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B0920 (or 0x1B0920) is known color: Blackcurrant. HEX triplet: 1B, 09 and 20. RGB value is (27,9,32). Sum of RGB (Red+Green+Blue) = 27+9+32=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B0920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0920 is #E4F6DF. Grayscale: #101010. Windows color (decimal): -15005408 or 2099483. OLE color: 2099483.

HSL color Cylindrical-coordinate representation of color #1B0920: hue angle of 286.96º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B0920 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 9 32 -
CMYK 0.16 0.72 0 0.87
HSL 286.96º 0.56% 0.08% -
HSV(B) 286.96º 0.72% 0.13% -
XYZ 0.81 0.53 1.43 -
YUV 17 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 27 9 32 0.16 0.72 0 0.87 286.96 0.56 0.08
Hex 1B 9 20 10 48 0 57 11F 38 8
Octal 33 11 40 20 110 0 127 437 70 10
Binary 11011 1001 100000 10000 1001000 0 1010111 100011111 111000 1000

Color Harmonies of #1B0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0920

Black with #1B0920

Text Example


Text Example

White with #1B0920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,9,32); }

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

background-color css

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

 a { background-color: rgb(27,9,32); }

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

border-color css

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

 span { border-color: rgb(27,9,32); }

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