Html Css Color HEX #30263A Blackcurrant

📋 copy color: '#30263A'

red 48 ◦ green 38 ◦ blue 58

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

Shades of Blackcurrant #30263A

Tints of Blackcurrant #30263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 33.33%
G = 26.39%
B = 40.28%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30263A (or 0x30263A) is known color: Blackcurrant. HEX triplet: 30, 26 and 3A. RGB value is (48,38,58). Sum of RGB (Red+Green+Blue) = 48+38+58=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #30263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30263A is #CFD9C5. Grayscale: #2B2B2B. Windows color (decimal): -13621702 or 3810864. OLE color: 3810864.

HSL color Cylindrical-coordinate representation of color #30263A: hue angle of 270º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30263A is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 38 58 -
CMYK 0.17 0.34 0 0.77
HSL 270º 0.21% 0.19% -
HSV(B) 270º 0.34% 0.23% -
XYZ 2.68 2.32 4.31 -
YUV 43.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 48 38 58 0.17 0.34 0 0.77 270 0.21 0.19
Hex 30 26 3A 11 22 0 4D 10E 15 13
Octal 60 46 72 21 42 0 115 416 25 23
Binary 110000 100110 111010 10001 100010 0 1001101 100001110 10101 10011

Color Harmonies of #30263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30263A

Black with #30263A

Text Example


Text Example

White with #30263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30263A; }

 p { color: rgb(48,38,58); }

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

background-color css

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

 a { background-color: rgb(48,38,58); }

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

border-color css

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

 span { border-color: rgb(48,38,58); }

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