Html Css Color HEX #1B053F Blackcurrant

📋 copy color: '#1B053F'

red 27 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #1B053F

Tints of Blackcurrant #1B053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 66.32%

R = 28.42%
G = 5.26%
B = 66.32%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B053F (or 0x1B053F) is known color: Blackcurrant. HEX triplet: 1B, 05 and 3F. RGB value is (27,5,63). Sum of RGB (Red+Green+Blue) = 27+5+63=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B053F is #E4FAC0. Grayscale: #111111. Windows color (decimal): -15006401 or 4130075. OLE color: 4130075.

HSL color Cylindrical-coordinate representation of color #1B053F: hue angle of 262.76º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B053F is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 5 63 -
CMYK 0.57 0.92 0 0.75
HSL 262.76º 0.85% 0.13% -
HSV(B) 262.76º 0.92% 0.25% -
XYZ 1.4 0.7 4.76 -
YUV 18.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 27 5 63 0.57 0.92 0 0.75 262.76 0.85 0.13
Hex 1B 5 3F 39 5C 0 4B 107 55 D
Octal 33 5 77 71 134 0 113 407 125 15
Binary 11011 101 111111 111001 1011100 0 1001011 100000111 1010101 1101

Color Harmonies of #1B053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B053F

Black with #1B053F

Text Example


Text Example

White with #1B053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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