Html Css Color HEX #1B010F Blackberry

📋 copy color: '#1B010F'

red 27 ◦ green 1 ◦ blue 15

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

Shades of Blackberry #1B010F

Tints of Blackberry #1B010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.33%

 BLUE value IS 15 (6.25% from 255) = 34.88%

R = 62.79%
G = 2.33%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#1B010F (or 0x1B010F) is known color: Blackberry. HEX triplet: 1B, 01 and 0F. RGB value is (27,1,15). Sum of RGB (Red+Green+Blue) = 27+1+15=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B010F is #E4FEF0. Grayscale: #0A0A0A. Windows color (decimal): -15007473 or 983323. OLE color: 983323.

HSL color Cylindrical-coordinate representation of color #1B010F: hue angle of 327.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B010F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 1 15 -
CMYK 0 0.96 0.44 0.89
HSL 327.69º 0.93% 0.05% -
HSV(B) 327.69º 0.96% 0.11% -
XYZ 0.55 0.29 0.48 -
YUV 10.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 27 1 15 0 0.96 0.44 0.89 327.69 0.93 0.05
Hex 1B 1 F 0 60 2C 59 148 5D 5
Octal 33 1 17 0 140 54 131 510 135 5
Binary 11011 1 1111 0 1100000 101100 1011001 101001000 1011101 101

Color Harmonies of #1B010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B010F

Black with #1B010F

Text Example


Text Example

White with #1B010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,15); }

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

background-color css

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

 a { background-color: rgb(27,1,15); }

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

border-color css

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

 span { border-color: rgb(27,1,15); }

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