Html Css Color HEX #300238 Blackcurrant

📋 copy color: '#300238'

red 48 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #300238

Tints of Blackcurrant #300238

RGB

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

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

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

R = 45.28%
G = 1.89%
B = 52.83%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300238 (or 0x300238) is known color: Blackcurrant. HEX triplet: 30, 02 and 38. RGB value is (48,2,56). Sum of RGB (Red+Green+Blue) = 48+2+56=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #300238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300238 is #CFFDC7. Grayscale: #151515. Windows color (decimal): -13630920 or 3670576. OLE color: 3670576.

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

Color convert

RGB 48 2 56 -
CMYK 0.14 0.96 0 0.78
HSL 291.11º 0.93% 0.11% -
HSV(B) 291.11º 0.96% 0.22% -
XYZ 1.95 0.96 3.82 -
YUV 21.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 48 2 56 0.14 0.96 0 0.78 291.11 0.93 0.11
Hex 30 2 38 E 60 0 4E 123 5D B
Octal 60 2 70 16 140 0 116 443 135 13
Binary 110000 10 111000 1110 1100000 0 1001110 100100011 1011101 1011

Color Harmonies of #300238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300238

Black with #300238

Text Example


Text Example

White with #300238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300238; }

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

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

background-color css

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

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

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

border-color css

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

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

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