Html Css Color HEX #1B082A Blackcurrant

📋 copy color: '#1B082A'

red 27 ◦ green 8 ◦ blue 42

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

Shades of Blackcurrant #1B082A

Tints of Blackcurrant #1B082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 54.55%

R = 35.06%
G = 10.39%
B = 54.55%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B082A (or 0x1B082A) is known color: Blackcurrant. HEX triplet: 1B, 08 and 2A. RGB value is (27,8,42). Sum of RGB (Red+Green+Blue) = 27+8+42=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #1B082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B082A is #E4F7D5. Grayscale: #111111. Windows color (decimal): -15005654 or 2754587. OLE color: 2754587.

HSL color Cylindrical-coordinate representation of color #1B082A: hue angle of 273.53º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B082A is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 8 42 -
CMYK 0.36 0.81 0 0.84
HSL 273.53º 0.68% 0.1% -
HSV(B) 273.53º 0.81% 0.16% -
XYZ 0.96 0.57 2.25 -
YUV 17.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 27 8 42 0.36 0.81 0 0.84 273.53 0.68 0.1
Hex 1B 8 2A 24 51 0 54 112 44 A
Octal 33 10 52 44 121 0 124 422 104 12
Binary 11011 1000 101010 100100 1010001 0 1010100 100010010 1000100 1010

Color Harmonies of #1B082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B082A

Black with #1B082A

Text Example


Text Example

White with #1B082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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