Html Css Color HEX #230139 Blackcurrant

📋 copy color: '#230139'

red 35 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #230139

Tints of Blackcurrant #230139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 61.29%

R = 37.63%
G = 1.08%
B = 61.29%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#230139 (or 0x230139) is known color: Blackcurrant. HEX triplet: 23, 01 and 39. RGB value is (35,1,57). Sum of RGB (Red+Green+Blue) = 35+1+57=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #230139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230139 is #DCFEC6. Grayscale: #111111. Windows color (decimal): -14483143 or 3735843. OLE color: 3735843.

HSL color Cylindrical-coordinate representation of color #230139: hue angle of 276.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230139 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 1 57 -
CMYK 0.39 0.98 0 0.78
HSL 276.43º 0.97% 0.11% -
HSV(B) 276.43º 0.98% 0.22% -
XYZ 1.44 0.67 3.93 -
YUV 17.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 35 1 57 0.39 0.98 0 0.78 276.43 0.97 0.11
Hex 23 1 39 27 62 0 4E 114 61 B
Octal 43 1 71 47 142 0 116 424 141 13
Binary 100011 1 111001 100111 1100010 0 1001110 100010100 1100001 1011

Color Harmonies of #230139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230139

Black with #230139

Text Example


Text Example

White with #230139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230139; }

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

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

background-color css

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

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

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

border-color css

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

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

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