Html Css Color HEX #302138 Blackcurrant

📋 copy color: '#302138'

red 48 ◦ green 33 ◦ blue 56

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

Shades of Blackcurrant #302138

Tints of Blackcurrant #302138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 35.04%
G = 24.09%
B = 40.88%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302138 (or 0x302138) is known color: Blackcurrant. HEX triplet: 30, 21 and 38. RGB value is (48,33,56). Sum of RGB (Red+Green+Blue) = 48+33+56=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #302138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302138 is #CFDEC7. Grayscale: #282828. Windows color (decimal): -13622984 or 3678512. OLE color: 3678512.

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

Color convert

RGB 48 33 56 -
CMYK 0.14 0.41 0 0.78
HSL 279.13º 0.26% 0.17% -
HSV(B) 279.13º 0.41% 0.22% -
XYZ 2.48 2 4 -
YUV 40.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 48 33 56 0.14 0.41 0 0.78 279.13 0.26 0.17
Hex 30 21 38 E 29 0 4E 117 1A 11
Octal 60 41 70 16 51 0 116 427 32 21
Binary 110000 100001 111000 1110 101001 0 1001110 100010111 11010 10001

Color Harmonies of #302138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302138

Black with #302138

Text Example


Text Example

White with #302138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302138; }

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

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

background-color css

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

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

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

border-color css

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

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

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