Html Css Color HEX #130823 Blackcurrant

📋 copy color: '#130823'

red 19 ◦ green 8 ◦ blue 35

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

Shades of Blackcurrant #130823

Tints of Blackcurrant #130823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 30.65%
G = 12.9%
B = 56.45%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130823 (or 0x130823) is known color: Blackcurrant. HEX triplet: 13, 08 and 23. RGB value is (19,8,35). Sum of RGB (Red+Green+Blue) = 19+8+35=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #130823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130823 is #ECF7DC. Grayscale: #0E0E0E. Windows color (decimal): -15529949 or 2295827. OLE color: 2295827.

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

Color convert

RGB 19 8 35 -
CMYK 0.46 0.77 0 0.86
HSL 264.44º 0.63% 0.08% -
HSV(B) 264.44º 0.77% 0.14% -
XYZ 0.66 0.43 1.64 -
YUV 14.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 19 8 35 0.46 0.77 0 0.86 264.44 0.63 0.08
Hex 13 8 23 2E 4D 0 56 108 3F 8
Octal 23 10 43 56 115 0 126 410 77 10
Binary 10011 1000 100011 101110 1001101 0 1010110 100001000 111111 1000

Color Harmonies of #130823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130823

Black with #130823

Text Example


Text Example

White with #130823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130823; }

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

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

background-color css

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

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

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

border-color css

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

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

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