Html Css Color HEX #230249 Blackcurrant

📋 copy color: '#230249'

red 35 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #230249

Tints of Blackcurrant #230249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 66.36%

R = 31.82%
G = 1.82%
B = 66.36%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#230249 (or 0x230249) is known color: Blackcurrant. HEX triplet: 23, 02 and 49. RGB value is (35,2,73). Sum of RGB (Red+Green+Blue) = 35+2+73=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #230249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230249 is #DCFDB6. Grayscale: #131313. Windows color (decimal): -14482871 or 4784675. OLE color: 4784675.

HSL color Cylindrical-coordinate representation of color #230249: hue angle of 267.89º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230249 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 2 73 -
CMYK 0.52 0.97 0 0.71
HSL 267.89º 0.95% 0.15% -
HSV(B) 267.89º 0.97% 0.29% -
XYZ 1.92 0.88 6.37 -
YUV 19.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 35 2 73 0.52 0.97 0 0.71 267.89 0.95 0.15
Hex 23 2 49 34 61 0 47 10C 5F F
Octal 43 2 111 64 141 0 107 414 137 17
Binary 100011 10 1001001 110100 1100001 0 1000111 100001100 1011111 1111

Color Harmonies of #230249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230249

Black with #230249

Text Example


Text Example

White with #230249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230249; }

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

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

background-color css

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

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

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

border-color css

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

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

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