Html Css Color HEX #180830 Blackcurrant

📋 copy color: '#180830'

red 24 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #180830

Tints of Blackcurrant #180830

RGB

 RED value IS 24 (9.77% from 255) = 30%

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

 BLUE value IS 48 (19.14% from 255) = 60%

R = 30%
G = 10%
B = 60%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180830 (or 0x180830) is known color: Blackcurrant. HEX triplet: 18, 08 and 30. RGB value is (24,8,48). Sum of RGB (Red+Green+Blue) = 24+8+48=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #180830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180830 is #E7F7CF. Grayscale: #111111. Windows color (decimal): -15202256 or 3147800. OLE color: 3147800.

HSL color Cylindrical-coordinate representation of color #180830: hue angle of 264º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180830 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 8 48 -
CMYK 0.5 0.83 0 0.81
HSL 264º 0.71% 0.11% -
HSV(B) 264º 0.83% 0.19% -
XYZ 1 0.58 2.86 -
YUV 17.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 24 8 48 0.5 0.83 0 0.81 264 0.71 0.11
Hex 18 8 30 32 53 0 51 108 47 B
Octal 30 10 60 62 123 0 121 410 107 13
Binary 11000 1000 110000 110010 1010011 0 1010001 100001000 1000111 1011

Color Harmonies of #180830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180830

Black with #180830

Text Example


Text Example

White with #180830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180830; }

 p { color: rgb(24,8,48); }

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

background-color css

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

 a { background-color: rgb(24,8,48); }

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

border-color css

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

 span { border-color: rgb(24,8,48); }

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