Html Css Color HEX #230147 Blackcurrant

📋 copy color: '#230147'

red 35 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #230147

Tints of Blackcurrant #230147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 32.71%
G = 0.93%
B = 66.36%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#230147 (or 0x230147) is known color: Blackcurrant. HEX triplet: 23, 01 and 47. RGB value is (35,1,71). Sum of RGB (Red+Green+Blue) = 35+1+71=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #230147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230147 is #DCFEB8. Grayscale: #121212. Windows color (decimal): -14483129 or 4653347. OLE color: 4653347.

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

Color convert

RGB 35 1 71 -
CMYK 0.51 0.99 0 0.72
HSL 269.14º 0.97% 0.14% -
HSV(B) 269.14º 0.99% 0.28% -
XYZ 1.84 0.83 6.03 -
YUV 19.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 35 1 71 0.51 0.99 0 0.72 269.14 0.97 0.14
Hex 23 1 47 33 63 0 48 10D 61 E
Octal 43 1 107 63 143 0 110 415 141 16
Binary 100011 1 1000111 110011 1100011 0 1001000 100001101 1100001 1110

Color Harmonies of #230147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230147

Black with #230147

Text Example


Text Example

White with #230147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230147; }

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

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

background-color css

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

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

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

border-color css

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

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

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