Html Css Color HEX #13102C Black Russian

📋 copy color: '#13102C'

red 19 ◦ green 16 ◦ blue 44

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

Shades of Black Russian #13102C

Tints of Black Russian #13102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.25%

 BLUE value IS 44 (17.58% from 255) = 55.7%

R = 24.05%
G = 20.25%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13102C (or 0x13102C) is known color: Black Russian. HEX triplet: 13, 10 and 2C. RGB value is (19,16,44). Sum of RGB (Red+Green+Blue) = 19+16+44=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #13102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102C is #ECEFD3. Grayscale: #131313. Windows color (decimal): -15527892 or 2887699. OLE color: 2887699.

HSL color Cylindrical-coordinate representation of color #13102C: hue angle of 246.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13102C is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 16 44 -
CMYK 0.57 0.64 0 0.83
HSL 246.43º 0.47% 0.12% -
HSV(B) 246.43º 0.64% 0.17% -
XYZ 0.91 0.69 2.47 -
YUV 20.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 19 16 44 0.57 0.64 0 0.83 246.43 0.47 0.12
Hex 13 10 2C 39 40 0 53 F6 2F C
Octal 23 20 54 71 100 0 123 366 57 14
Binary 10011 10000 101100 111001 1000000 0 1010011 11110110 101111 1100

Color Harmonies of #13102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13102C

Black with #13102C

Text Example


Text Example

White with #13102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13102C; }

 p { color: rgb(19,16,44); }

 H1.HeaderClassName
 {
   color: #13102C;
 }
 .AnyTagClassName
 {
   color: #13102C;
 }
</style>

background-color css

<style>
 a { background-color: #13102C; }

 a { background-color: rgb(19,16,44); }

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

border-color css

<style>
 span { border-color: #13102C; }

 span { border-color: rgb(19,16,44); }

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