Html Css Color HEX #1B063D Blackcurrant

📋 copy color: '#1B063D'

red 27 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #1B063D

Tints of Blackcurrant #1B063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 28.72%
G = 6.38%
B = 64.89%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B063D (or 0x1B063D) is known color: Blackcurrant. HEX triplet: 1B, 06 and 3D. RGB value is (27,6,61). Sum of RGB (Red+Green+Blue) = 27+6+61=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B063D is #E4F9C2. Grayscale: #121212. Windows color (decimal): -15006147 or 3999259. OLE color: 3999259.

HSL color Cylindrical-coordinate representation of color #1B063D: hue angle of 262.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B063D is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 6 61 -
CMYK 0.56 0.90 0 0.76
HSL 262.91º 0.82% 0.13% -
HSV(B) 262.91º 0.9% 0.24% -
XYZ 1.36 0.7 4.48 -
YUV 18.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 27 6 61 0.56 0.90 0 0.76 262.91 0.82 0.13
Hex 1B 6 3D 38 5A 0 4C 107 52 D
Octal 33 6 75 70 132 0 114 407 122 15
Binary 11011 110 111101 111000 1011010 0 1001100 100000111 1010010 1101

Color Harmonies of #1B063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B063D

Black with #1B063D

Text Example


Text Example

White with #1B063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,61); }

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

background-color css

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

 a { background-color: rgb(27,6,61); }

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

border-color css

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

 span { border-color: rgb(27,6,61); }

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