Html Css Color HEX #1B073D Blackcurrant

📋 copy color: '#1B073D'

red 27 ◦ green 7 ◦ blue 61

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

Shades of Blackcurrant #1B073D

Tints of Blackcurrant #1B073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

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

R = 28.42%
G = 7.37%
B = 64.21%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B073D (or 0x1B073D) is known color: Blackcurrant. HEX triplet: 1B, 07 and 3D. RGB value is (27,7,61). Sum of RGB (Red+Green+Blue) = 27+7+61=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B073D is #E4F8C2. Grayscale: #121212. Windows color (decimal): -15005891 or 3999515. OLE color: 3999515.

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

Color convert

RGB 27 7 61 -
CMYK 0.56 0.89 0 0.76
HSL 262.22º 0.79% 0.13% -
HSV(B) 262.22º 0.89% 0.24% -
XYZ 1.37 0.72 4.48 -
YUV 19.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 27 7 61 0.56 0.89 0 0.76 262.22 0.79 0.13
Hex 1B 7 3D 38 59 0 4C 106 4F D
Octal 33 7 75 70 131 0 114 406 117 15
Binary 11011 111 111101 111000 1011001 0 1001100 100000110 1001111 1101

Color Harmonies of #1B073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B073D

Black with #1B073D

Text Example


Text Example

White with #1B073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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