Html Css Color HEX #230115 Blackberry

📋 copy color: '#230115'

red 35 ◦ green 1 ◦ blue 21

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

Shades of Blackberry #230115

Tints of Blackberry #230115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.84%

R = 61.4%
G = 1.75%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#230115 (or 0x230115) is known color: Blackberry. HEX triplet: 23, 01 and 15. RGB value is (35,1,21). Sum of RGB (Red+Green+Blue) = 35+1+21=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230115 is #DCFEEA. Grayscale: #0D0D0D. Windows color (decimal): -14483179 or 1376547. OLE color: 1376547.

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

Color convert

RGB 35 1 21 -
CMYK 0 0.97 0.40 0.86
HSL 324.71º 0.94% 0.07% -
HSV(B) 324.71º 0.97% 0.14% -
XYZ 0.84 0.43 0.75 -
YUV 13.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 35 1 21 0 0.97 0.40 0.86 324.71 0.94 0.07
Hex 23 1 15 0 61 28 56 145 5E 7
Octal 43 1 25 0 141 50 126 505 136 7
Binary 100011 1 10101 0 1100001 101000 1010110 101000101 1011110 111

Color Harmonies of #230115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230115

Black with #230115

Text Example


Text Example

White with #230115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230115; }

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

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

background-color css

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

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

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

border-color css

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

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

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