Html Css Color HEX #1B0503 Black

📋 copy color: '#1B0503'

red 27 ◦ green 5 ◦ blue 3

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

Shades of Black #1B0503

Tints of Black #1B0503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.57%

R = 77.14%
G = 14.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#1B0503 (or 0x1B0503) is known color: Black. HEX triplet: 1B, 05 and 03. RGB value is (27,5,3). Sum of RGB (Red+Green+Blue) = 27+5+3=35 (4% of max value = 765). Red value is 27 (10.94% from 255 or 77.14% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0503 is #E4FAFC. Grayscale: #0B0B0B. Windows color (decimal): -15006461 or 197915. OLE color: 197915.

HSL color Cylindrical-coordinate representation of color #1B0503: hue angle of 5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0503 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 5 3 -
CMYK 0 0.81 0.89 0.89
HSL 0.8% 0.06% -
HSV(B) 0.89% 0.11% -
XYZ 0.52 0.35 0.13 -
YUV 11.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 27 5 3 0 0.81 0.89 0.89 5 0.8 0.06
Hex 1B 5 3 0 51 59 59 5 50 6
Octal 33 5 3 0 121 131 131 5 120 6
Binary 11011 101 11 0 1010001 1011001 1011001 101 1010000 110

Color Harmonies of #1B0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0503

Black with #1B0503

Text Example


Text Example

White with #1B0503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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