Html Css Color HEX #30233D Blackcurrant

📋 copy color: '#30233D'

red 48 ◦ green 35 ◦ blue 61

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

Shades of Blackcurrant #30233D

Tints of Blackcurrant #30233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 33.33%
G = 24.31%
B = 42.36%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30233D (or 0x30233D) is known color: Blackcurrant. HEX triplet: 30, 23 and 3D. RGB value is (48,35,61). Sum of RGB (Red+Green+Blue) = 48+35+61=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #30233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30233D is #CFDCC2. Grayscale: #292929. Windows color (decimal): -13622467 or 4006704. OLE color: 4006704.

HSL color Cylindrical-coordinate representation of color #30233D: hue angle of 270º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30233D is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 35 61 -
CMYK 0.21 0.43 0 0.76
HSL 270º 0.27% 0.19% -
HSV(B) 270º 0.43% 0.24% -
XYZ 2.66 2.17 4.69 -
YUV 41.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 48 35 61 0.21 0.43 0 0.76 270 0.27 0.19
Hex 30 23 3D 15 2B 0 4C 10E 1B 13
Octal 60 43 75 25 53 0 114 416 33 23
Binary 110000 100011 111101 10101 101011 0 1001100 100001110 11011 10011

Color Harmonies of #30233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30233D

Black with #30233D

Text Example


Text Example

White with #30233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30233D; }

 p { color: rgb(48,35,61); }

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

background-color css

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

 a { background-color: rgb(48,35,61); }

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

border-color css

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

 span { border-color: rgb(48,35,61); }

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