Html Css Color HEX #13050D Blackberry

📋 copy color: '#13050D'

red 19 ◦ green 5 ◦ blue 13

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

Shades of Blackberry #13050D

Tints of Blackberry #13050D

RGB

 RED value IS 19 (7.81% from 255) = 51.35%

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

 BLUE value IS 13 (5.47% from 255) = 35.14%

R = 51.35%
G = 13.51%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13050D (or 0x13050D) is known color: Blackberry. HEX triplet: 13, 05 and 0D. RGB value is (19,5,13). Sum of RGB (Red+Green+Blue) = 19+5+13=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #13050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050D is #ECFAF2. Grayscale: #0A0A0A. Windows color (decimal): -15530739 or 853267. OLE color: 853267.

HSL color Cylindrical-coordinate representation of color #13050D: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13050D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 5 13 -
CMYK 0 0.74 0.32 0.93
HSL 325.71º 0.58% 0.05% -
HSV(B) 325.71º 0.74% 0.07% -
XYZ 0.4 0.28 0.41 -
YUV 10.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 19 5 13 0 0.74 0.32 0.93 325.71 0.58 0.05
Hex 13 5 D 0 4A 20 5D 146 3A 5
Octal 23 5 15 0 112 40 135 506 72 5
Binary 10011 101 1101 0 1001010 100000 1011101 101000110 111010 101

Color Harmonies of #13050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13050D

Black with #13050D

Text Example


Text Example

White with #13050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13050D; }

 p { color: rgb(19,5,13); }

 H1.HeaderClassName
 {
   color: #13050D;
 }
 .AnyTagClassName
 {
   color: #13050D;
 }
</style>

background-color css

<style>
 a { background-color: #13050D; }

 a { background-color: rgb(19,5,13); }

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

border-color css

<style>
 span { border-color: #13050D; }

 span { border-color: rgb(19,5,13); }

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