Html Css Color HEX #230246 Blackcurrant

📋 copy color: '#230246'

red 35 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #230246

Tints of Blackcurrant #230246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 32.71%
G = 1.87%
B = 65.42%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#230246 (or 0x230246) is known color: Blackcurrant. HEX triplet: 23, 02 and 46. RGB value is (35,2,70). Sum of RGB (Red+Green+Blue) = 35+2+70=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #230246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230246 is #DCFDB9. Grayscale: #131313. Windows color (decimal): -14482874 or 4588067. OLE color: 4588067.

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

Color convert

RGB 35 2 70 -
CMYK 0.5 0.97 0 0.73
HSL 269.12º 0.94% 0.14% -
HSV(B) 269.12º 0.97% 0.27% -
XYZ 1.82 0.84 5.86 -
YUV 19.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 35 2 70 0.5 0.97 0 0.73 269.12 0.94 0.14
Hex 23 2 46 32 61 0 49 10D 5E E
Octal 43 2 106 62 141 0 111 415 136 16
Binary 100011 10 1000110 110010 1100001 0 1001001 100001101 1011110 1110

Color Harmonies of #230246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230246

Black with #230246

Text Example


Text Example

White with #230246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230246; }

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

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

background-color css

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

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

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

border-color css

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

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

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