Html Css Color HEX #130923 Blackcurrant

📋 copy color: '#130923'

red 19 ◦ green 9 ◦ blue 35

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

Shades of Blackcurrant #130923

Tints of Blackcurrant #130923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

 BLUE value IS 35 (14.06% from 255) = 55.56%

R = 30.16%
G = 14.29%
B = 55.56%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130923 (or 0x130923) is known color: Blackcurrant. HEX triplet: 13, 09 and 23. RGB value is (19,9,35). Sum of RGB (Red+Green+Blue) = 19+9+35=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #130923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130923 is #ECF6DC. Grayscale: #0E0E0E. Windows color (decimal): -15529693 or 2296083. OLE color: 2296083.

HSL color Cylindrical-coordinate representation of color #130923: hue angle of 263.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130923 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 9 35 -
CMYK 0.46 0.74 0 0.86
HSL 263.08º 0.59% 0.09% -
HSV(B) 263.08º 0.74% 0.14% -
XYZ 0.67 0.46 1.64 -
YUV 14.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 19 9 35 0.46 0.74 0 0.86 263.08 0.59 0.09
Hex 13 9 23 2E 4A 0 56 107 3B 9
Octal 23 11 43 56 112 0 126 407 73 11
Binary 10011 1001 100011 101110 1001010 0 1010110 100000111 111011 1001

Color Harmonies of #130923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130923

Black with #130923

Text Example


Text Example

White with #130923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130923; }

 p { color: rgb(19,9,35); }

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

background-color css

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

 a { background-color: rgb(19,9,35); }

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

border-color css

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

 span { border-color: rgb(19,9,35); }

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