Html Css Color HEX #230048 Blackcurrant

📋 copy color: '#230048'

red 35 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #230048

Tints of Blackcurrant #230048

RGB

 RED value IS 35 (14.06% from 255) = 32.71%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 32.71%
G = 0%
B = 67.29%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#230048 (or 0x230048) is known color: Blackcurrant. HEX triplet: 23, 00 and 48. RGB value is (35,0,72). Sum of RGB (Red+Green+Blue) = 35+0+72=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #230048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230048 is #DCFFB7. Grayscale: #121212. Windows color (decimal): -14483384 or 4718627. OLE color: 4718627.

HSL color Cylindrical-coordinate representation of color #230048: hue angle of 269.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230048 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 0 72 -
CMYK 0.51 1 0 0.72
HSL 269.17º 1% 0.14% -
HSV(B) 269.17º 1% 0.28% -
XYZ 1.86 0.83 6.19 -
YUV 18.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 35 0 72 0.51 1 0 0.72 269.17 1 0.14
Hex 23 0 48 33 64 0 48 10D 64 E
Octal 43 0 110 63 144 0 110 415 144 16
Binary 100011 0 1001000 110011 1100100 0 1001000 100001101 1100100 1110

Color Harmonies of #230048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230048

Black with #230048

Text Example


Text Example

White with #230048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230048; }

 p { color: rgb(35,0,72); }

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

background-color css

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

 a { background-color: rgb(35,0,72); }

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

border-color css

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

 span { border-color: rgb(35,0,72); }

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