Html Css Color HEX #1B093A Blackcurrant

📋 copy color: '#1B093A'

red 27 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #1B093A

Tints of Blackcurrant #1B093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 61.7%

R = 28.72%
G = 9.57%
B = 61.7%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1B093A (or 0x1B093A) is known color: Blackcurrant. HEX triplet: 1B, 09 and 3A. RGB value is (27,9,58). Sum of RGB (Red+Green+Blue) = 27+9+58=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B093A is #E4F6C5. Grayscale: #131313. Windows color (decimal): -15005382 or 3803419. OLE color: 3803419.

HSL color Cylindrical-coordinate representation of color #1B093A: hue angle of 262.04º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B093A is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 27 9 58 -
CMYK 0.53 0.84 0 0.77
HSL 262.04º 0.73% 0.13% -
HSV(B) 262.04º 0.84% 0.23% -
XYZ 1.31 0.73 4.08 -
YUV 19.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 27 9 58 0.53 0.84 0 0.77 262.04 0.73 0.13
Hex 1B 9 3A 35 54 0 4D 106 49 D
Octal 33 11 72 65 124 0 115 406 111 15
Binary 11011 1001 111010 110101 1010100 0 1001101 100000110 1001001 1101

Color Harmonies of #1B093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B093A

Black with #1B093A

Text Example


Text Example

White with #1B093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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