Html Css Color HEX #230146 Blackcurrant

📋 copy color: '#230146'

red 35 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #230146

Tints of Blackcurrant #230146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 66.04%

R = 33.02%
G = 0.94%
B = 66.04%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#230146 (or 0x230146) is known color: Blackcurrant. HEX triplet: 23, 01 and 46. RGB value is (35,1,70). Sum of RGB (Red+Green+Blue) = 35+1+70=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #230146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230146 is #DCFEB9. Grayscale: #121212. Windows color (decimal): -14483130 or 4587811. OLE color: 4587811.

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

Color convert

RGB 35 1 70 -
CMYK 0.5 0.99 0 0.73
HSL 269.57º 0.97% 0.14% -
HSV(B) 269.57º 0.99% 0.27% -
XYZ 1.81 0.82 5.86 -
YUV 19.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 35 1 70 0.5 0.99 0 0.73 269.57 0.97 0.14
Hex 23 1 46 32 63 0 49 10E 61 E
Octal 43 1 106 62 143 0 111 416 141 16
Binary 100011 1 1000110 110010 1100011 0 1001001 100001110 1100001 1110

Color Harmonies of #230146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230146

Black with #230146

Text Example


Text Example

White with #230146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230146; }

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

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

background-color css

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

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

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

border-color css

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

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

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