Html Css Color HEX #230144 Blackcurrant

📋 copy color: '#230144'

red 35 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #230144

Tints of Blackcurrant #230144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 65.38%

R = 33.65%
G = 0.96%
B = 65.38%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#230144 (or 0x230144) is known color: Blackcurrant. HEX triplet: 23, 01 and 44. RGB value is (35,1,68). Sum of RGB (Red+Green+Blue) = 35+1+68=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #230144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230144 is #DCFEBB. Grayscale: #121212. Windows color (decimal): -14483132 or 4456739. OLE color: 4456739.

HSL color Cylindrical-coordinate representation of color #230144: hue angle of 270.45º 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 #230144 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 1 68 -
CMYK 0.49 0.99 0 0.73
HSL 270.45º 0.97% 0.14% -
HSV(B) 270.45º 0.99% 0.27% -
XYZ 1.75 0.8 5.53 -
YUV 18.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 35 1 68 0.49 0.99 0 0.73 270.45 0.97 0.14
Hex 23 1 44 31 63 0 49 10E 61 E
Octal 43 1 104 61 143 0 111 416 141 16
Binary 100011 1 1000100 110001 1100011 0 1001001 100001110 1100001 1110

Color Harmonies of #230144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230144

Black with #230144

Text Example


Text Example

White with #230144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230144; }

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

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

background-color css

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

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

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

border-color css

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

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

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