Html Css Color HEX #30023C Blackcurrant

📋 copy color: '#30023C'

red 48 ◦ green 2 ◦ blue 60

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

Shades of Blackcurrant #30023C

Tints of Blackcurrant #30023C

RGB

 RED value IS 48 (19.14% from 255) = 43.64%

 GREEN value IS 2 (1.17% from 255) = 1.82%

 BLUE value IS 60 (23.83% from 255) = 54.55%

R = 43.64%
G = 1.82%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30023C (or 0x30023C) is known color: Blackcurrant. HEX triplet: 30, 02 and 3C. RGB value is (48,2,60). Sum of RGB (Red+Green+Blue) = 48+2+60=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #30023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023C is #CFFDC3. Grayscale: #161616. Windows color (decimal): -13630916 or 3932720. OLE color: 3932720.

HSL color Cylindrical-coordinate representation of color #30023C: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30023C is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 2 60 -
CMYK 0.20 0.97 0 0.76
HSL 287.59º 0.94% 0.12% -
HSV(B) 287.59º 0.97% 0.24% -
XYZ 2.06 1 4.36 -
YUV 22.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 48 2 60 0.20 0.97 0 0.76 287.59 0.94 0.12
Hex 30 2 3C 14 61 0 4C 120 5E C
Octal 60 2 74 24 141 0 114 440 136 14
Binary 110000 10 111100 10100 1100001 0 1001100 100100000 1011110 1100

Color Harmonies of #30023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30023C

Black with #30023C

Text Example


Text Example

White with #30023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,2,60); }

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

background-color css

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

 a { background-color: rgb(48,2,60); }

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

border-color css

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

 span { border-color: rgb(48,2,60); }

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