Html Css Color HEX #302538 Blackcurrant

📋 copy color: '#302538'

red 48 ◦ green 37 ◦ blue 56

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

Shades of Blackcurrant #302538

Tints of Blackcurrant #302538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 34.04%
G = 26.24%
B = 39.72%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302538 (or 0x302538) is known color: Blackcurrant. HEX triplet: 30, 25 and 38. RGB value is (48,37,56). Sum of RGB (Red+Green+Blue) = 48+37+56=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #302538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302538 is #CFDAC7. Grayscale: #2A2A2A. Windows color (decimal): -13621960 or 3679536. OLE color: 3679536.

HSL color Cylindrical-coordinate representation of color #302538: hue angle of 274.74º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #302538 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 37 56 -
CMYK 0.14 0.34 0 0.78
HSL 274.74º 0.2% 0.18% -
HSV(B) 274.74º 0.34% 0.22% -
XYZ 2.59 2.24 4.04 -
YUV 42.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 48 37 56 0.14 0.34 0 0.78 274.74 0.2 0.18
Hex 30 25 38 E 22 0 4E 113 14 12
Octal 60 45 70 16 42 0 116 423 24 22
Binary 110000 100101 111000 1110 100010 0 1001110 100010011 10100 10010

Color Harmonies of #302538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302538

Black with #302538

Text Example


Text Example

White with #302538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302538; }

 p { color: rgb(48,37,56); }

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

background-color css

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

 a { background-color: rgb(48,37,56); }

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

border-color css

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

 span { border-color: rgb(48,37,56); }

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