Html Css Color HEX #1B053A Blackcurrant

📋 copy color: '#1B053A'

red 27 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #1B053A

Tints of Blackcurrant #1B053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

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

R = 30%
G = 5.56%
B = 64.44%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1B053A (or 0x1B053A) is known color: Blackcurrant. HEX triplet: 1B, 05 and 3A. RGB value is (27,5,58). Sum of RGB (Red+Green+Blue) = 27+5+58=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B053A is #E4FAC5. Grayscale: #111111. Windows color (decimal): -15006406 or 3802395. OLE color: 3802395.

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

Color convert

RGB 27 5 58 -
CMYK 0.53 0.91 0 0.77
HSL 264.91º 0.84% 0.12% -
HSV(B) 264.91º 0.91% 0.23% -
XYZ 1.27 0.65 4.06 -
YUV 17.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 27 5 58 0.53 0.91 0 0.77 264.91 0.84 0.12
Hex 1B 5 3A 35 5B 0 4D 109 54 C
Octal 33 5 72 65 133 0 115 411 124 14
Binary 11011 101 111010 110101 1011011 0 1001101 100001001 1010100 1100

Color Harmonies of #1B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B053A

Black with #1B053A

Text Example


Text Example

White with #1B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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