Html Css Color HEX #180138 Blackcurrant

📋 copy color: '#180138'

red 24 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #180138

Tints of Blackcurrant #180138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

 BLUE value IS 56 (22.27% from 255) = 69.14%

R = 29.63%
G = 1.23%
B = 69.14%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#180138 (or 0x180138) is known color: Blackcurrant. HEX triplet: 18, 01 and 38. RGB value is (24,1,56). Sum of RGB (Red+Green+Blue) = 24+1+56=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #180138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180138 is #E7FEC7. Grayscale: #0D0D0D. Windows color (decimal): -15204040 or 3670296. OLE color: 3670296.

HSL color Cylindrical-coordinate representation of color #180138: hue angle of 265.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180138 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 1 56 -
CMYK 0.57 0.98 0 0.78
HSL 265.09º 0.96% 0.11% -
HSV(B) 265.09º 0.98% 0.22% -
XYZ 1.1 0.5 3.78 -
YUV 14.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 24 1 56 0.57 0.98 0 0.78 265.09 0.96 0.11
Hex 18 1 38 39 62 0 4E 109 60 B
Octal 30 1 70 71 142 0 116 411 140 13
Binary 11000 1 111000 111001 1100010 0 1001110 100001001 1100000 1011

Color Harmonies of #180138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180138

Black with #180138

Text Example


Text Example

White with #180138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180138; }

 p { color: rgb(24,1,56); }

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

background-color css

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

 a { background-color: rgb(24,1,56); }

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

border-color css

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

 span { border-color: rgb(24,1,56); }

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