Html Css Color HEX #1B0613 Blackberry

📋 copy color: '#1B0613'

red 27 ◦ green 6 ◦ blue 19

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

Shades of Blackberry #1B0613

Tints of Blackberry #1B0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 36.54%

R = 51.92%
G = 11.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B0613 (or 0x1B0613) is known color: Blackberry. HEX triplet: 1B, 06 and 13. RGB value is (27,6,19). Sum of RGB (Red+Green+Blue) = 27+6+19=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0613 is #E4F9EC. Grayscale: #0D0D0D. Windows color (decimal): -15006189 or 1246747. OLE color: 1246747.

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

Color convert

RGB 27 6 19 -
CMYK 0 0.78 0.30 0.89
HSL 322.86º 0.64% 0.06% -
HSV(B) 322.86º 0.78% 0.11% -
XYZ 0.63 0.41 0.66 -
YUV 13.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 27 6 19 0 0.78 0.30 0.89 322.86 0.64 0.06
Hex 1B 6 13 0 4E 1E 59 143 40 6
Octal 33 6 23 0 116 36 131 503 100 6
Binary 11011 110 10011 0 1001110 11110 1011001 101000011 1000000 110

Color Harmonies of #1B0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0613

Black with #1B0613

Text Example


Text Example

White with #1B0613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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