Html Css Color HEX #302238 Blackcurrant

📋 copy color: '#302238'

red 48 ◦ green 34 ◦ blue 56

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

Shades of Blackcurrant #302238

Tints of Blackcurrant #302238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

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

R = 34.78%
G = 24.64%
B = 40.58%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302238 (or 0x302238) is known color: Blackcurrant. HEX triplet: 30, 22 and 38. RGB value is (48,34,56). Sum of RGB (Red+Green+Blue) = 48+34+56=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #302238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302238 is #CFDDC7. Grayscale: #282828. Windows color (decimal): -13622728 or 3678768. OLE color: 3678768.

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

Color convert

RGB 48 34 56 -
CMYK 0.14 0.39 0 0.78
HSL 278.18º 0.24% 0.18% -
HSV(B) 278.18º 0.39% 0.22% -
XYZ 2.5 2.06 4.01 -
YUV 40.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 48 34 56 0.14 0.39 0 0.78 278.18 0.24 0.18
Hex 30 22 38 E 27 0 4E 116 18 12
Octal 60 42 70 16 47 0 116 426 30 22
Binary 110000 100010 111000 1110 100111 0 1001110 100010110 11000 10010

Color Harmonies of #302238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302238

Black with #302238

Text Example


Text Example

White with #302238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302238; }

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

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

background-color css

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

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

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

border-color css

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

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

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