Html Css Color HEX #230047 Blackcurrant

📋 copy color: '#230047'

red 35 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #230047

Tints of Blackcurrant #230047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 66.98%

R = 33.02%
G = 0%
B = 66.98%

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

#230047 (or 0x230047) is known color: Blackcurrant. HEX triplet: 23, 00 and 47. RGB value is (35,0,71). Sum of RGB (Red+Green+Blue) = 35+0+71=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #230047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230047 is #DCFFB8. Grayscale: #121212. Windows color (decimal): -14483385 or 4653091. OLE color: 4653091.

HSL color Cylindrical-coordinate representation of color #230047: hue angle of 269.58º 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 #230047 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 0 71 -
CMYK 0.51 1 0 0.72
HSL 269.58º 1% 0.14% -
HSV(B) 269.58º 1% 0.28% -
XYZ 1.83 0.81 6.02 -
YUV 18.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 35 0 71 0.51 1 0 0.72 269.58 1 0.14
Hex 23 0 47 33 64 0 48 10E 64 E
Octal 43 0 107 63 144 0 110 416 144 16
Binary 100011 0 1000111 110011 1100100 0 1001000 100001110 1100100 1110

Color Harmonies of #230047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230047

Black with #230047

Text Example


Text Example

White with #230047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230047; }

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

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

background-color css

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

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

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

border-color css

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

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

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